##// END OF EJS Templates
Get recent pandoc in travis from ppa cran2deb4ubuntu...
Get recent pandoc in travis from ppa cran2deb4ubuntu This ppa:<https://launchpad.net/~marutter/+archive/ubuntu/c2d4u> contain a backport of pandoc trusty package in precise. It can be used until travis update his environment to ubuntu 14.04.

File last commit:

r15222:c4b70779
r18465:795f4059
Show More
__init__.py
8 lines | 254 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
from .nbextensions import install_nbextension