breaking, maint: remove deprecated use of nteract-on-jupyter

This commit is contained in:
Erik Sundell
2023-04-04 21:44:22 +02:00
parent f55e4cf615
commit 9e1bc61519
7 changed files with 4 additions and 16 deletions

View File

@@ -228,8 +228,6 @@ def update_user_environment(c, config):
# Set default application users are launched into
if user_env["default_app"] == "jupyterlab":
c.Spawner.default_url = "/lab"
elif user_env["default_app"] == "nteract":
c.Spawner.default_url = "/nteract"
def update_user_account_config(c, config):

View File

@@ -10,7 +10,6 @@ jupyterhub==3.*
notebook==6.*
# Install additional notebook frontends!
jupyterlab==3.*
nteract-on-jupyter==2.*
# nbgitpuller for easily pulling in Git repositories
nbgitpuller==1.*
# jupyter-resource-usage to show people how much RAM they are using