Files
Josh Barnes 4f23698e5e New installation method
based on a jupyter application calling notebook 4.2-style extension API methods
Also make check for running server more robust
2016-07-24 00:09:14 +01:00

7 lines
120 B
Python

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