##// END OF EJS Templates
use DEFAULT_STATIC_FILES_PATH to find css files...
use DEFAULT_STATIC_FILES_PATH to find css files get_ipython_package_dir() does not necessarily contain the files, e.g. in distribution packages which share files with python3 in a different folder.

File last commit:

r14009:6f019b30
r14750:7d9f8d99
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.html import notebookapp as app
app.launch_new_instance()