-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autosave not working #7517
Comments
Thank you for opening this issue @kylekehrer! The Autosave interval option is available in the settings editor so you could try setting it there (search for autosave in the Settings Editor to find the option). You can find more information on the error you are receiving in the following issue: jupyterlab/jupyterlab#5660 |
Currently the Note: jupyterlab/jupyterlab#7083 is more inline with providing some background on this behaviour. |
I will go ahead and close this issue as answered as per jupyterlab/jupyterlab#7083, keeping in mind that the autosave option can be accessed via the Settings Editor. Please feel free to open any follow-up issues! |
Description
Hello, I recently switched over from PC to Mac and have installed jupyter notebook as my primary python coding environment. It's working great so far, except that the files no longer autosave as expected. There are no error messages in the terminal I open Jupyter notebook from, and so far the only hint to the issue is that when I try to run
%autosave 120
(for example) in one of the cells, I receive the error messageJavascript Error: IPython is not defined
Autosaving every 120 seconds
No matter the time I pass as an argument to
%autosave
, it will never autosave at that frequency. I've tried searching this problem online, which included possible fixes as deleting~/.ipynb_checkpoints
, running jupyter notebook as root, and explicitly adding~.ipynb_checkpoints
to the jupyter notebook config file as the place to store checkpoints, but nothing has worked. I can cmd+S to save the files just fine, but it would be nice to have the autosave feature working in case I forget when I close a notebook.Reproduce
jupyter notebook
.ipynb
fileExpected behavior
Context
Troubleshoot Output
Command Line Output
Browser Output
The text was updated successfully, but these errors were encountered: