Kiyoon Kim
Kiyoon Kim
You can manually attach to the Jupynium server and the option will be shown. Use `:JupyniumAttachToServer` To explain, in order to understand the tab from firefox, your new neovim instance...
@sho-87 It's not as easy as that because you can have multiple environments in one system even (I don't know if that matters), and it could be in a different...
Another thing I figured out is that you also need to package (build) Jupyter Lab extensions. So you need NodeJS dependencies with react etc. installed on your system. You also...
@fecet what do you think about the solution #86 ?
Hi, if you mean you want to connect to another Jupyter Notebook (instead of starting another Jupynium which will start another Firefox) in a new tab, I think you can...
@statquant Unfortunately this is out of scope for the project. The implementation will be totally different to support it. But please check out `neopyter` as they seemed to have nailed...
Hi, sorry for the late response. I was in the military training. If you get the 404 error, make sure that the Jupyter Notebook is running at the address `http://localhost:8888/nbclassic`....
Can you try running Jupyter Notebook by `jupyter notebook` and make sure you can access the page? Verify manually on a browser that you can access that page.
Hi, thanks for the suggestion! Since I don't use it myself, I'm not very confident in doing this and it would be much appreciated to have community contributions :)
Go to the jupynium installed directory and run the build command (pip3 ...) manually, and can you let me know if jupynium command exists?