Replies: 1 comment 2 replies
-
For this to work, you should open the Jupyter Notebook manually on the remote machine, and port forward it so that |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Jupynium looks like a really cool project and it seemed like it might be able to give me the same experience as running Python code cells in a remote VSCode session, where the code runs in a remote environment, but the results show up locally.
However, I seem to have misunderstood how this works. Steps I followed:
pip install jupynium
nvim --listen 0.0.0.0:18898 test.ju.py
pip install jupynium
jupynium --nvim_listen_addr remote:18898
:JupyniumStartSync
Is there a way to get the experience that I'm looking for?
Beta Was this translation helpful? Give feedback.
All reactions