mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 05:23:01 +00:00

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!)
3 lines
77 B
Python
3 lines
77 B
Python
from .notebookapp import main
|
|
from .notebookapp import SingleUserNotebookApp
|