mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +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()
|