Changes between Version 22 and Version 23 of Software/Jupyter


Ignore:
Timestamp:
10/15/17 09:17:33 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Jupyter

    v22 v23  
    5656
    5757[[Image(JupyterHub-Structure.png, 400px, align=right, margin=10)]]
     58
     59===== Installation
     60!JupyterHub is started from eg. /usr/local/bin/jupyterhub with
     61{{{
     62#!/usr/bin/python3
     63
     64from jupyterhub.app import main
     65main()
     66}}}
     67* Hence, python files are installed in default location for python packages \\ eg. /usr/local/lib/python3.5/dist-packages/jupyterhub
     68* HTML/JS/CSS files are installed in \\ eg. /usr/local/share/jupyter/hub
     69  * static
     70    * components (external components downloaded on install of !JupyterHub in setup.py)
     71  * templates (for pythen template engine Jinja2)
     72
    5873
    5974===== Callpath