Skip to content
Snippets Groups Projects
Commit 77963957 authored by Thomas Kluyver's avatar Thomas Kluyver Committed by Karim Ahmed
Browse files

list_running_servers moved from notebook package to jupyter_server

parent dac09fb2
No related branches found
No related tags found
1 merge request!984Try updating to Python 3.11 & update all deps
......@@ -74,6 +74,7 @@ install_requires = [
"jupyter-core==5.7.1",
"jupyter_client==8.6.0",
"jupyter_console==6.6.3",
"jupyter-server==2.12.5",
"kafka-python==2.0.2",
"lxml==5.1.0",
"markupsafe==2.1.5",
......@@ -83,7 +84,6 @@ install_requires = [
"nbconvert==7.16.1",
"nbformat==5.9.2",
"nbparameterise==0.6",
"notebook==7.1.1",
"numpy==1.26.4",
"pasha==0.1.1",
"pillow==10.3.0",
......
......@@ -23,7 +23,7 @@ import yaml
import zmq
from extra_data import H5File, RunDirectory
from iCalibrationDB import ConstantMetaData, Versions
from notebook.notebookapp import list_running_servers
from jupyter_server.serverapp import list_running_servers
from .ana_tools import save_dict_to_hdf5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment