Changes between Version 13 and Version 14 of Software/Jupyter


Ignore:
Timestamp:
10/13/17 17:01:40 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Jupyter

    v13 v14  
    5858* start the Tornado event loop [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1638 app.py:1638]
    5959* initialize !JupyterHub and all its services [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1365 app.py:1365]
     60  * init handlers (connect urls with functions) [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L802 app.py:802]
     61    * add handlers [https://github.com/jupyterhub/jupyterhub/tree/master/jupyterhub/handlers handlers]
     62    * add apihandlers [https://github.com/jupyterhub/jupyterhub/tree/master/jupyterhub/apihandlers apihandlers]
    6063  * init webserver   [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1284 app.py:1284]
    6164    * init Jinja2 template engine [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1291 app.py:1291]