We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f77e848 + 4cdd71a commit 04aaebfCopy full SHA for 04aaebf
nbclassic/notebookapp.py
@@ -167,13 +167,6 @@ def template_file_path(self):
167
def nbextensions_path(self):
168
"""The path to look for Javascript notebook extensions"""
169
path = self.extra_nbextensions_path + jupyter_path('nbextensions')
170
- # FIXME: remove IPython nbextensions path after a migration period
171
- try:
172
- from IPython.paths import get_ipython_dir
173
- except ImportError:
174
- pass
175
- else:
176
- path.append(os.path.join(get_ipython_dir(), 'nbextensions'))
177
return path
178
179
# Local path to static files directory.
0 commit comments