help icon indicating copy to clipboard operation
help copied to clipboard

Running jupyter on a subdomain name

Open hecmer opened this issue 6 years ago • 2 comments

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?

hecmer avatar Jun 17 '18 11:06 hecmer

Did you manage to make it work ?

wassimseif avatar Nov 20 '18 11:11 wassimseif

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.

minrk avatar Dec 05 '18 11:12 minrk