-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Feature request: connect to existing jupyterlab server using jlab
command
#629
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
Any updates? Looks like it would require editing jupyterlab-desktop/src/main/config/sessionconfig.ts Lines 106 to 171 in ca03057
Seems simple enough but not sure of the commands needed to create + connect to a session from a URL. Maybe jupyterlab-desktop/src/main/connect.ts Lines 26 to 173 in ca03057
|
hi @lukelbd , this is a good idea. I will look into adding this feature. |
Recently I noticed support for connecting to existing servers was added (#15), which is awesome. However it seems the
jlab
command does not recognize arguments that are URLs pointing to servers. Could this be added in a future release?Example: Currently, the following will create a new session and open the specified notebook:
However, this simply opens a new window on the landing page instead of connecting to the server:
jlab http://127.0.0.1:2001/lab?token=xxx
The text was updated successfully, but these errors were encountered: