mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-06-27 16:10:24 +08:00
4f23698e5e
based on a jupyter application calling notebook 4.2-style extension API methods Also make check for running server more robust
7 lines
120 B
Python
7 lines
120 B
Python
#!/usr/bin/env python
|
|
|
|
from jupyter_contrib_nbextensions.application import main
|
|
|
|
if __name__ == '__main__':
|
|
main()
|