mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-12 11:45:38 +08:00
mv IPython.html.notebook -> IPython.html
This commit is contained in:
parent
eaffc26e9c
commit
cf726d6a40
@ -0,0 +1,7 @@
|
||||
"""The IPython HTML Notebook"""
|
||||
|
||||
import os
|
||||
# Packagers: modify this line if you store the notebook static files elsewhere
|
||||
DEFAULT_STATIC_FILES_PATH = os.path.join(os.path.dirname(__file__), "static")
|
||||
|
||||
del os
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user