jupyterlab-desktop icon indicating copy to clipboard operation
jupyterlab-desktop copied to clipboard

No way to specify gateway url

Open sa- opened this issue 2 years ago • 3 comments

Description

Hello wonderful people.

I usually start jupyter lab with a gateway url, but I can't seem to do that here :(

Reproduce

  1. Open the jupyter lab app
  2. Try to enter the gateway url somewhere

Expected behavior

The gateway url is entered somewhere, and I can use my shiny remote kernels.

Maybe this is feedback for jupyter lab and not the app itself, but it would be nice to add/remove kernel gateways from the launcher tab.

One possible solution is to have a server list on the left, similar to what Lens has: image

This way one can create new instances of jupyter with different command line args and switch between them.

The photon list component could be used to make this: photonkit.com/components/

Context

  • Operating System and version:
  • Browser and version:
  • JupyterLab version:
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the command line here.
You may want to sanitize the paths in the output.
Command Line Output
Paste the output from your command line running `jupyter lab` here, use `--debug` if possible.
Browser Output
Paste the output from your browser Javascript console here, if applicable.

sa- avatar Sep 30 '21 11:09 sa-

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

welcome[bot] avatar Sep 30 '21 11:09 welcome[bot]

This would be a nice feature, any updates?

ansamuel avatar Oct 21 '21 23:10 ansamuel

I see that there is a command line now, could there be a way to add cmd line args to it?

sa- avatar Nov 23 '21 15:11 sa-

you can now customize server launch arguments with the newest version 3.6.1-2. please install it and check the user guide for instructions.

mbektas avatar Feb 24 '23 03:02 mbektas