Changes between Version 2 and Version 3 of Software/Jupyter


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Jupyter

    v2 v3  
    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    * init Jinja2 template engine [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1291 app.py:1291]
    6162    * static_path points to HTML/JS/JINJA2 files [https://github.com/jupyterhub/jupyterhub/tree/master/share/jupyter/hub/ webfiles]
    6263* start !JupyterHub and all its services  [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1517 app.py:1517]
     
    6768===== Websites
    6869The websites of !JupyterHub are stored in [https://github.com/jupyterhub/jupyterhub/tree/master/share/jupyter/hub/ share/jupyter/hub] \\
    69 They 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].
     70They are build with the template 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].
    7071
    7172