Show More
@@ -1,7 +1,9 b'' | |||
|
1 | 1 | """The IPython HTML Notebook""" |
|
2 | 2 | |
|
3 | 3 | import os |
|
4 | 4 | # Packagers: modify this line if you store the notebook static files elsewhere |
|
5 | 5 | DEFAULT_STATIC_FILES_PATH = os.path.join(os.path.dirname(__file__), "static") |
|
6 | 6 | |
|
7 | 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