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.
1 parent a14df5f commit 067162eCopy full SHA for 067162e
nbviewer/app.py
@@ -43,7 +43,7 @@
43
except ImportError:
44
from .utils import cached_property
45
46
-from notebook.base.handlers import FileFindHandler as StaticFileHandler
+from jupyter_server.base.handlers import FileFindHandler as StaticFileHandler
47
48
#-----------------------------------------------------------------------------
49
# Code
requirements.txt
@@ -1,8 +1,8 @@
1
elasticsearch
2
jupyter_client
3
+jupyter_server>=0.2.0
4
markdown>=3.0
5
newrelic!=2.80.0.60
-notebook>=5.0
6
nbformat>=4.2
7
nbconvert>=5.4
8
ipython
0 commit comments