##// END OF EJS Templates
Merge pull request #4599 from minrk/json_clean_enum...
Merge pull request #4599 from minrk/json_clean_enum re-cast int/float subclasses to int/float in json_clean

File last commit:

r11033:fa36e98f
r13709:f2d32afc merge
Show More
__init__.py
7 lines | 208 B | text/x-python | PythonLexer
"""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