mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
dee5462fca
We decided the other week to namespace it like this to avoid having to change the way subcommands are found.
7 lines
101 B
Python
7 lines
101 B
Python
#!/usr/bin/env python
|
|
|
|
from notebook.nbextensions import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|