Changes between Version 25 and Version 26 of Software/Jupyter


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Jupyter

    v25 v26  
    5555more: https://jupyterhub.readthedocs.io/en/0.7.2/howitworks.html
    5656
    57 [[Image(JupyterHub-Structure.png, 400px, align=right, margin=10)]]
    58 
    5957===== Installation
    6058!JupyterHub is started from eg. /usr/local/bin/jupyterhub with
     
    7472
    7573===== Callpath
     74[[Image(JupyterHub-Structure.png, 400px, align=right, margin=10)]]
     75
    7676* start the Tornado event loop [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1638 app.py:1638]
    7777* initialize !JupyterHub and all its services [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1365 app.py:1365]