ubuntu 18.04 다중사용자를 위한 쥬피터 jupyterhub (the-littlest-jupyterhub)
jupyter 는 다중 사용자를 위한 환경에서 사용하기에 알맞지 않다. 이를 위하여 jupyterhub가 존재하며 다음과 같은 특징을 가지고 있다. a Hub (tornado process) that is the heart of JupyterHub a configurable http proxy (node-http-proxy) that receives the requests from the client’s browser multiple single-user Jupyter notebook servers (Python/IPython/tornado) that are monitored by Spawners an authentication class that manages how users can access the system…