From f30a2d524cbd2c479249332d276a02bcab74f436 Mon Sep 17 00:00:00 2001 From: sean-morris Date: Tue, 17 Oct 2023 17:15:32 -0700 Subject: [PATCH] [edx] Deployment Configuration - Configured staging and prod - Configured default theme to GitHub Light - Configured Grader DNS - Added jupyter-archive for downloading - notebook version 7.0.6 - jupyterlab version 4.0.9 - popularity-contest switched Shane's version --- deployments/edx/image/environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/edx/image/environment.yml b/deployments/edx/image/environment.yml index eff73c6d9..d7b163bb0 100644 --- a/deployments/edx/image/environment.yml +++ b/deployments/edx/image/environment.yml @@ -7,13 +7,13 @@ dependencies: - python==3.11.0 - git==2.39.1 - jupyter-resource-usage==1.0.0 -- jupyterlab==4.0.4 +- jupyterlab==4.0.9 - jupyterlab-favorites==3.0.0 - jupyterlab_server==2.23.0 - jupyterlab_widgets==3.0.8 - jupyter_server==2.7.0 - nbgitpuller==1.1.1 -- notebook==7.0.2 +- notebook==7.0.6 - folium==0.14.0 - h5netcdf==1.0.2 - ipywidgets==8.0.7 @@ -44,6 +44,6 @@ dependencies: - nbconvert==7.6.0 - pytest-notebook==0.8.1 - gh-scoped-creds==4.1 - - popularity-contest==0.4.1 + - git+https://github.com/shaneknapp/python-popularity-contest.git@add-error-handling - otter-grader==4.4.1 - otter-submit==0.1.1