mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
7 lines
100 B
Python
7 lines
100 B
Python
#!/usr/bin/env python
|
|
|
|
from notebook.notebookapp import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|