From 5ef81fa4427872c952be4b9b464e02a30faf2d17 Mon Sep 17 00:00:00 2001 From: Shvetank Prakash <46943363+ShvetankPrakash@users.noreply.github.com> Date: Fri, 20 Oct 2023 23:13:17 +0100 Subject: [PATCH] Remove jupyter for now There is a dependency conflict between jupyter and vizier that pip can not resolve it appears. So jupyter has to be installed after vizier to have the correct package installed. Let's remove jupyter for now then and users can pip install jupyter themselves if them want to use the notebooks. We can create a page on the documentation for notebooks and make sure this step is reflected. Sound good @srivatsankrishnan? --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9e656c5..5ca61568 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,3 @@ plotly scons portpicker dill -jupyter