notebook/scripts/jupyter-nbextension
Thomas Kluyver dee5462fca install-nbextension -> nbextension install
We decided the other week to namespace it like this to avoid having to
change the way subcommands are found.
2015-06-26 14:28:32 -07:00

7 lines
101 B
Python

#!/usr/bin/env python
from notebook.nbextensions import main
if __name__ == '__main__':
main()