question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Possibility to set proxy start on jupyter machine

See original GitHub issue

Proposed 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:open
  • Created 3 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
ryanlovettcommented, Sep 30, 2020

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.

1reaction
psychemediacommented, Nov 5, 2020

If you are working in a BinderHub environment, you can add startup items to the .binder/start file:

#!/bin/bash

nohup mycommand subcommand &

exec "$@"
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found