Changes between Version 26 and Version 27 of Jupyter


Ignore:
Timestamp:
05/21/18 14:18:41 (6 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jupyter

    v26 v27  
    102102
    103103=== !JupyterHub - Integration of Jupyter in a Multiuser Environment
     104[[Image(JupyterHub-Structure.png, 400px, align=right, margin=10)]]
     105!JupyterHub is a multi-user server that manages and proxies multiple instances of the single-user Jupyter notebook server.
    104106
    105 !JupyterHub is a multi-user server that manages and proxies multiple instances of the single-user Jupyter notebook server.
    106 The Hub can offer notebook servers to a class of students, a corporate data science workgroup, a scientific research project, or a high performance computing group. With JupyterHub a multi-user Hub which spawns, manages, and proxies multiple instances of the single-user Jupyter notebook (IPython notebook) server can be created.
     107The Hub can offer notebook servers to a class of students, a corporate data science workgroup, a scientific research project, or a high performance computing group. With !JupyterHub a multi-user Hub which spawns, manages, and proxies multiple instances of the single-user Jupyter notebook (IPython notebook) server can be created.
    107108
    108109There are three basic processes involved:
     
    113114The proxy is the only process that listens on a public interface. The Hub sits behind the proxy at /hub. Single-user servers sit behind the proxy at /user/[username].
    114115
    115 more: https://jupyterhub.readthedocs.io/en/0.7.2/howitworks.html
     116more:\\
     117https://jupyterhub.readthedocs.io/en/0.7.2/howitworks.html \\
     118https://trac.version.fz-juelich.de/vis/wiki/Software/Jupyter
    116119
    117120----