I was doing my assignemnt 1 work, and had to stop in a middle of it. Now I would like to carry on from where I was left, but I found that my work is no longer there altough I did save from the save button…
1 Like
Hi @fretagi
Perform the following steps:-
- Install the Jovian library:-
!pip install jovian --upgrade --quiet
- Import Jovian library:-
import jovian
- Commit your changes using
jovian.commit()
This will save your changes for sure.
Hope this helps
1 Like
Run the cell
jovain.commit()
This can help