mv IPython.html.notebook -> IPython.html

This commit is contained in:
MinRK 2013-06-20 10:17:08 -04:00
parent eaffc26e9c
commit cf726d6a40
101 changed files with 7 additions and 0 deletions

View File

@ -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

View File

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