Skip to content
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

Starting a second Jupynium instance #113

Open
MihailBogojeski opened this issue Apr 23, 2024 · 1 comment
Open

Starting a second Jupynium instance #113

MihailBogojeski opened this issue Apr 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@MihailBogojeski
Copy link

As far as I can tell, whenever jupynium is called it checks if there is a jupynium instance running, and prints "Jupynium is already running. Attach nvim using --nvim_listen_addr". It would be nice to have an option to start another jupynium instance on a different notebook URL. This would enable us to have to notebook servers running in parallel, which would be useful when working on two different projects at the same time.

Ideally, if the command jupynium --notebook_URL [...] is called with a URL different than any currently running jupynium instance, a new instance will be started on this notebook URL. Then, when calling :JupyniumAttachtToServer, we should also be able to select which instance we want to attach to.

Maybe I am wrong and this is already possible, but as far as I could tell this was not the case.

@MihailBogojeski MihailBogojeski added the enhancement New feature or request label Apr 23, 2024
@kiyoon
Copy link
Owner

kiyoon commented Apr 24, 2024

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 just call jupynium --notebook_URL localhost:8889 and it will just open that URL no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants