Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Coursera jupyterNotebook: revert to the beginning

I'm using jupyterNotebook from Coursera but see no way to revert everything to the beginning.

enter image description here

The only option relevant seems to be "Revert to Checkpoint" -- but I didn't save a checkpoint at the beginning.

Does it mean that I am unable to revert to it?

like image 503
Rahn Avatar asked Apr 02 '18 17:04

Rahn


2 Answers

  1. Open your notebook at Coursera
  2. Rename it
  3. After renaming just add ?forceRefresh=true to the end of your notebook URL
  4. Hit enter
  5. You now have old renamed version and new refreshed to default one
like image 132
Maxim Nazaruk Avatar answered Oct 11 '22 09:10

Maxim Nazaruk


These steps:

1. Open your notebook at Coursera
2. Rename it
3. After renaming just add `?forceRefresh=true` to the end of your notebook URL
4. Hit enter
5. You now have old renamed version and new refreshed to default one

Still work as of 05/14/2021

like image 20
PiE Avatar answered Oct 11 '22 08:10

PiE