lbalhar / rpms / ipython

Forked from rpms/ipython 4 years ago
Clone
Thomas Spura e7691bb
diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py
Thomas Spura e7691bb
index 9c555d6..7a73666 100644
Thomas Spura e7691bb
--- a/IPython/html/notebookapp.py
Thomas Spura e7691bb
+++ b/IPython/html/notebookapp.py
Thomas Spura e7691bb
@@ -443,7 +443,8 @@ def _base_project_url_changed(self, name, old, new):
Thomas Spura e7691bb
         or overriding individual files in the IPython"""
Thomas Spura e7691bb
     )
Thomas Spura e7691bb
     def _extra_static_paths_default(self):
Thomas Spura e7691bb
-        return [os.path.join(self.profile_dir.location, 'static')]
Thomas Spura e7691bb
+        return [os.path.join(self.profile_dir.location, 'static'),
Thomas Spura e7691bb
+                '_jsdir']
Thomas Spura e7691bb
     
Thomas Spura e7691bb
     @property
Thomas Spura e7691bb
     def static_file_path(self):