From a68322d22b088243002b39a934625d3c92418ceb Mon Sep 17 00:00:00 2001 From: Georgiana Date: Wed, 19 Apr 2023 16:50:34 +0300 Subject: [PATCH] Pin nblclassic to latest version for jupytext compatibility --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 76a5add..2bd5d6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,4 +43,7 @@ geopy==2.2.0 # JupyterLab extensions jupyterlab_widgets==1.0.* jupytext==1.10.* +# Without this, jupytext won't work on the classical notebook interface +# See https://github.com/mwouts/jupytext/issues/1051 +nbclassic==0.5.5 jupyter-server-proxy==3.0.2