mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
7 lines
109 B
Python
7 lines
109 B
Python
#!/usr/bin/env python
|
|
|
|
from jupyter_notebook.nbextensions import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|