Jupyterhub - Offline installation

521 views
Skip to first unread message

Mani kandan

unread,
Dec 3, 2018, 10:42:33 AM12/3/18
to Project Jupyter
Hi Everyone,

Greetings!!

I am currently working on a project which requires Jupyter hub installation on Linux Redhat 7.5. Problem is that I don't have internet access from Linux server due to security reasons. 

I searched in google for almost 2 weeks. I could find a proper document for offline installation. I downloaded all dependent packages in a server with internet access using conda and python PIP both and moved the packages to the server without an internet connection. Somehow I am not able to install all the packages, its throwing multiple errors.

Is there any document available for Jupyter Hub offline installation?
Could somebody help me with the installation?

Thanks in advance.

Regards,
Manikandan.

MinRK

unread,
Dec 4, 2018, 8:38:00 AM12/4/18
to Project Jupyter
There shouldn't be anything jupyterhub-specific for offline installation. Since JupyterHub is a Python package and it requires configurable-http-proxy, a nodejs package, any mechanism for offline installation of Python and nodejs packages will work. For instance, you can use `pip wheel` for the Python packages:

    pip wheel jupyterhub

and npm shrinkwrap for the javascript:

    npm install configurable-http-proxy
    npm shrinkwrap

Then pack up the results, send them to the target machine, and unpack them.

Alternately, you can do it all with conda constructor or conda pack.

-Min

--
You received this message because you are subscribed to the Google Groups "Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter+u...@googlegroups.com.
To post to this group, send email to jup...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/7a679a6b-c57d-45a0-8e0b-bfebef729864%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages