mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
5 lines
69 B
Python
5 lines
69 B
Python
from jupyterlab_classic.app import main
|
|
import sys
|
|
|
|
sys.exit(main())
|