Changes between Version 16 and Version 17 of Software/Jupyter


Ignore:
Timestamp:
10/13/17 18:14:08 (7 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Jupyter

    v16 v17  
    44[[span(style=color: #FF0000, '''Jupyter for JSC is in alpha phase''')]]
    55
    6 [[Image(jupyterpreview.png, 400px, align=right, margin=10, link=wiki:vnc3d)]]
     6[[Image(jupyterpreview.png, 400px, align=right, margin=10)]]
    77
    8 [[Image(jupyter-logo.png,200px, align=left, margin=15, link:vnc3d)]]
     8[[Image(jupyter-logo.png,200px, align=left, margin=15)]]
    99\\
    1010The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data cleaning and transformation, numerical simulation, statistical modeling, machine learning and much more.
     
    1313\\
    1414
    15 [[Image(jupyterhub-logo.png, 200px, align=left, margin=15, link:vnc3d)]]
     15[[Image(jupyterhub-logo.png, 200px, align=left, margin=15)]]
    1616\\
    1717Project Jupyter created !JupyterHub to support many users.
     
    5555more: https://jupyterhub.readthedocs.io/en/0.7.2/howitworks.html
    5656
     57[[Image(JupyterHub-Structure.png, 400px, align=right, margin=10)]]
     58
    5759===== Callpath
    5860* start the Tornado event loop [https://github.com/jupyterhub/jupyterhub/blob/master/jupyterhub/app.py#L1638 app.py:1638]