help
help copied to clipboard
Running jupyter on a subdomain name
Dear all,
I am running jupyter on Debian 9 with apache2.
I would like to run my jupyter notebook on sub.domain.com. I did not find a straight forward way to do this, so I tried running the notebook on domain.com:9999, and then setting a proxy redirection on sub.domain.com so that it goes to domain.com:9999. Jupyter was running and I could access the notebooks, however jupyter was not able to find the python installation and could run no code.
Does anyone have a solution to run jupyter on a sub domain name, or any domain at all, without the port number in the URL?
Did you manage to make it work ?
jupyter will work on any domain, this shouldn't be related to the jupyter configuration at all. this gist has an apache and nginx configuration that works for proxying to a notebook server. It should work for any domain to a notebook on any port.