Changes between Version 1 and Version 2 of Software/Jupyter


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Jupyter

    v1 v2  
    5959* initialize !JupyterHub and all its services [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L365 app.py:365]
    6060  * init webserver   [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1284 app.py:1284]
    61     * static_path points to HTML/JS files [https://github.com/jupyterhub/jupyterhub/tree/master/share/jupyter/hub/ webfiles]
     61    * static_path points to HTML/JS/JINJA2 files [https://github.com/jupyterhub/jupyterhub/tree/master/share/jupyter/hub/ webfiles]
    6262* start !JupyterHub and all its services  [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1517 app.py:1517]
    6363  * start webserver  [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1532 app.py:1532]
     
    6565  * start services   [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1551 app.py:1551]
    6666
     67===== Websites
     68The websites of !JupyterHub are stored in [https://github.com/jupyterhub/jupyterhub/tree/master/share/jupyter/hub/ share/jupyter/hub] \\
     69They are build with the templating engine [http://jinja.pocoo.org/ Jinja2] for Python . A detailed description of the API can be found [http://jinja.pocoo.org/docs/2.9/api/ here].
     70
     71
    6772----
    6873any feedback welcomed - [mailto:h.zilken@fz.juelich.de], [mailto:j.goebbert@fz-juelich.de]