Possibility to set proxy start on jupyter machine
See original GitHub issueProposed change
I would like to start a process when user start they machine .
But for now the process start only when the user click on the launcher button, so can we have an autosatart
option to start on machine boot ?
Or can the proxy allow to connect to already running app with the launcher entry present ?
Alternative options
Who would use this feature?
(Optional): Suggest a solution
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Using Jupyter behind a proxy - python - Stack Overflow
1. Ensure you are connected to VPN to office network · 2. You can set up proxy before starting notebook or in every...
Read more >Starting & Proxying processes - Jupyter Server Proxy
Jupyter Server Proxy can start & supervise the process providing the web service it is proxying. The process is started the first time...
Read more >How to Use Pip with a Proxy Server - ActiveState
To install Python packages via a proxy server, do the following: Use the pip –proxy command option to specify a proxy in the...
Read more >Jupyter notebook using ProxyJump
... a gateway machine in order to access the farm node. If you have openSSH version 7.4 or above, then you can use...
Read more >DataSpell - Manage Jupyter notebook servers - JetBrains
Connect to a running local Jupyter server: establish a connection to any locally run Jupyter server. The option is enabled if there is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @BobCashStory , I think starting at boot is out of scope for jupyter-server-proxy, but you can always do this via the init system, e.g. a systemd unit file.
jupyter-server-proxy can already view an existing service however. For example you can visit /proxy/5000/. We don’t have an elegant way to do this via a launcher however since we do require the
command
in the config.If you are working in a BinderHub environment, you can add startup items to the
.binder/start
file: