I am working in iPython 3/Jupyter running multiple kernels and servers. As such, i often forget to personally save things as I jump around a lot. The autosave has failed for the past 3 hours. The error says: "Last Checkpoint: 3 hours ago Autosave Failed! I try to manually File>>Save and Checkpoint, and nothing changes. Help! Next to my Python 2 kernel name, there is a yellow box that say forbidden instead of edit. It goes away when i click on it. I don't know if that has anything to do with the failure to save, but it doesn't change once clicked.
相关问题
- Input functionality is not working with python in
- Save html of a Jupyter notebook from within the no
- Save iPython Jupyter Notebook Widgets to PNG/PDF/J
- iPython notebook avoid printing within a function
- jupyter -toolbar is invisible
相关文章
- Vim key map in jupyter notebook
- How can the terminal in Jupyter automatically run
- Ipython kernel error after uninstalling anaconda
- Toree on Jupyter for Spark 2.2.0
- Draw horizontal lines from x=0 to data points in m
- Kernel Error in IJulia notebook--Failed to Start t
- Getting JSONDecodeError: Expecting value: line 1 c
- Update PyQt widget through ipython/jupyter noteboo
I know this question is very old but I have encountered the same issue recently and got a simpler workaround. Note that in my case, I don't know what caused the issue, but certainly not a multiple users since the notebook is run internally on an offline computer (no outside access whatsoever).
In order to resume the autosaves, I just had to re-open the notebook in another tab and manually copy paste all the unsaved cells. Burdensome but it fixed the problem. (Also note that I was able to keep working on the notebook, as long as I didn't want to save or restart the kernel)
The problem is that the notebook was started with with two different users. The most common scenario is the following:
sudo ipython notebook
ipython notebook
From #1 a hidden directory was created called .ipynb_checkpoints with root privileges. As a result you will not be able to save updates unless the notebook is running as root.
To fix this simply delete the .ipynb_checkpoints directory
i faced this same issue severely :( ,, and finally i found it alone ))) /// and its all abt RANSOMEWARE PROTECTION on my windows 10 pro.. it wont let u over write any files and folder by third party apps under this protection.
and happy jupyter)))
I had the same issue,i tried these methods unfortunately it doesn't work. At last i found a method
Copy your filename.ipynb file manully to same directory
Rename it with filename at about 5 characters. Then open it in jupyter notebook , and it can be saved successfully .
After that you can rename it to any name you want !
I had same problem and I found out I was logged out from Jupyter. I found that when I went to Jupyter home page and it asked me to enter password. After I entered password I could save my notebook (it was still running in other tab).
I had the same problem while running iPython3/Jupyter local with multiple notebooks open. I solved the problem by: