Closed shurensha closed 3 weeks ago
Checkout remote-hosts.
You can create a lua function that takes the url and port, writes a connection file to /tmp/whatever
and then runs :MoltenInit /tmp/whatever
Or I'd be open to a PR that adds something similar. I just don't currently have a good way to test this
i hope we can hide the kernels and instead rely on jupyter lab to manage the kernels
If you want jupyter lab to manage the kernel then you have to start the kernel from jupyter lab (afaik). And still read remote-hosts so that you can connect.
@shurensha This fork might be helpful (although it sometimes behaves buggy): https://github.com/opqrstuvcut/molten-nvim/tree/feature/add_jupyterapi_runtime
You can connect to a kernel started with the jupyter lab command as follows: :MoltenInit http://localhost:8888
@opqrstuvcut definitely open a PR, would be happy to add this functionality.
What's the buggy behavior currently?
@benlubas Thank you for your interest.
The bugs are as follows:
I plan to submit a PR once these issues are fixed, but since they don't cause significant problems for personal use, addressing these bugs has been postponed.
Can you please add support for remote jupyter lab server? so the only inputs are the url and port? Thank you very much