mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-23 12:49:41 +08:00
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()
|