-
Notifications
You must be signed in to change notification settings - Fork 27
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
Auto-reload current file in Jupyter Notebook? #22
Comments
Hi @hejops , you don't need What you need here is
|
Thanks. Does vim potentially have any control of a Jupyter server/browser? I was thinking a BufWritePost autocmd could work nicely, but I doubt vim has that kind of control. |
jupyterlab with jupyter-collaboration plugin will automatically reload the notebook, keeping the old outputs |
I would also note that In any case: this would be Jupyter's responsibility, not vim's.
Unfortunately, Jupytext (the Jupyter-plugin, not this vim plugin) is incompatible with the jupyter-collabortation plugin: jupyterlab/jupyter-collaboration#214 |
Probably not the best place to ask this question, but I'm quite new to Jupyter Notebook, so I'll give it a try. I do all my notebook editing in vim through this plugin, but any changes made are not reflected in Jupyter Notebook until a manual reload is done in JN; I can verify that both the .ipynb and .py files have changed on disk. Is there any way to automatically trigger a reload of the .ipynb file within JN?
I've tried something like this, but as far as I can tell it applies to submodules that the current file relies on, and not the current file itself.
The text was updated successfully, but these errors were encountered: