Skip to content

Commit 067162e

Browse files
committed
Change source of FileFindHandler to be jupyter_server
1 parent a14df5f commit 067162e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nbviewer/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
except ImportError:
4444
from .utils import cached_property
4545

46-
from notebook.base.handlers import FileFindHandler as StaticFileHandler
46+
from jupyter_server.base.handlers import FileFindHandler as StaticFileHandler
4747

4848
#-----------------------------------------------------------------------------
4949
# Code

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
elasticsearch
22
jupyter_client
3+
jupyter_server>=0.2.0
34
markdown>=3.0
45
newrelic!=2.80.0.60
5-
notebook>=5.0
66
nbformat>=4.2
77
nbconvert>=5.4
88
ipython

0 commit comments

Comments
 (0)