Show More
@@ -1,7 +1,9 b'' | |||||
1 | """The IPython HTML Notebook""" |
|
1 | """The IPython HTML Notebook""" | |
2 |
|
2 | |||
3 | import os |
|
3 | import os | |
4 | # Packagers: modify this line if you store the notebook static files elsewhere |
|
4 | # Packagers: modify this line if you store the notebook static files elsewhere | |
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