##// END OF EJS Templates
add install_nbextension at top-level IPython.html
MinRK -
Show More
@@ -5,3 +5,5 b' import os'
5 DEFAULT_STATIC_FILES_PATH = os.path.join(os.path.dirname(__file__), "static")
5 DEFAULT_STATIC_FILES_PATH = os.path.join(os.path.dirname(__file__), "static")
6
6
7 del os
7 del os
8
9 from .nbextensions import install_nbextension No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now