-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Jupynium server stop as long as I save the *.ju.py file #114
Comments
Hi, did you save and close nvim? If the controlling nvim is no longer available, it will detach nvim. |
Thanks for your reply! I didn't close the nvim. I just saved it. P.S. I add more steps to reproduce the issue. Is it possible that the issue is actually related to ssh forwarding? |
Unfortunately the log isn't very helpful in this case.. According to it, while running |
Before that, can you set |
I think I get what's going wrong.. You're editing a file e.g. |
Exactly! If I set |
Thanks for reporting the bug! If you find time, it would be helpful to test if #115 works well. You can install the branch |
No problem. After installing the PyPI package from that branch, I can save the *.ju.py file and the log that is generated after saving the file:
Note: |
Thanks for testing! Looks good to go. |
First of all, thank you for creating such a beautiful plugin. I really appreciate your work.
Describe the bug
Can't save the *.ju.py while editing.
To Reproduce
nvim_listen_addr
andnotebook_URL
Expected behavior
Jupynium server should not stop
Logs in
/tmp/jupynium/logs/
jupynium.events_control: 197 - INFO - Event from nvim: Notification(type='notification', name='BufWritePre' jupynium.cmds.jupynium: 559 - INFO - Nvim has been closed. Detaching nvim.
Output of
jupynium --version
Output of
nvim --version
Additional context
The text was updated successfully, but these errors were encountered: