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

JupyterLab running as a service, or, a daemon #861

Closed
TomHsiung opened this issue Aug 27, 2024 · 2 comments
Closed

JupyterLab running as a service, or, a daemon #861

TomHsiung opened this issue Aug 27, 2024 · 2 comments

Comments

@TomHsiung
Copy link

I know I can install JupyterLab on my Mac and launch it in the terminal. But, can we install JupyterLab on a Ubuntu server and access it remotely? We want to manage it like other service, for example, apache2, bind, or strongSwan. We would like to manage it via the systemctl commands. Also, we would like to custom its service port, the IP it is listening on.

I appreciate your work on this great coding notebook. Many thanks.

Tom

@JasonWeill
Copy link

@TomHsiung Thanks for opening this issue! It looks like what you're asking for is available in Jupyter Server: https://jupyter-server.readthedocs.io/ . Jupyter Server lets you run a hosted instance, which you can connect to over a network. If you find issues with Jupyter Server, you can open an issue here: https://github.com/jupyter-server/jupyter_server/issues . We also have a Discourse forum: https://discourse.jupyter.org/

@TomHsiung
Copy link
Author

Great! Many thanks, Jason. I will take a look at those webpages you mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants