Files
jupyterhub/jupyterhub/singleuser/__init__.py
Min RK a0a02688c5 create singleuser app with mixins
for easier reuse with jupyter_server

mixins have a lot of assumptions about the NotebookApp structure.
Need to make sure these are met by jupyter_server (that's what tests are for!)
2020-07-24 12:57:05 +02:00

3 lines
77 B
Python

from .notebookapp import main
from .notebookapp import SingleUserNotebookApp