Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Jupyter Notebook error during saving

Everything used to work fine but now every time I try saving any file in Jupyter Notebook, I get the following error.

URIError: URIMalformed

Also the following is shown in the title bar.

Last Checkpoint: 09/02/2016 Autosave Failed!

How do I fix this issue?

like image 538
soubh1k Avatar asked Dec 09 '16 17:12

soubh1k


People also ask

How do I manually save a Jupyter Notebook?

Saving a Jupter notebook Saving your edits is simple. There is a disk icon in the upper left of the Jupyter tool bar. Click the save icon and your notebook edits are saved.

How do you fix a name error in Jupyter Notebook?

To solve this issue you have to just run the cell first that has import pandas as pd statement. Then run the other cell. It will clearly remove the nameerror name pd is not defined error. You can see you are now not getting any error.


2 Answers

I encountered this same error as well. I ended up tracing it down to the LastPass extension in Chrome. I disabled the extension, and I was able to save again.

[lastpass] [jupyter]

like image 122
wolfins Avatar answered Sep 18 '22 00:09

wolfins


There is a solution for the Lastpass users:

https://github.com/jupyter/notebook/issues/1966

adding "localhost" to My Vault -> Account Settings -> Neverl URLS -> "Never Add Site"

like image 45
Alex Avatar answered Sep 21 '22 00:09

Alex