mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
7 lines
105 B
Python
7 lines
105 B
Python
#!/usr/bin/env python
|
|
|
|
from notebook.serverextensions import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|