diff --git a/additional-databases/sagemaker/install-graph-notebook-lc-cn.sh b/additional-databases/sagemaker/install-graph-notebook-lc-cn.sh index 34cb432a..de636bb2 100644 --- a/additional-databases/sagemaker/install-graph-notebook-lc-cn.sh +++ b/additional-databases/sagemaker/install-graph-notebook-lc-cn.sh @@ -30,6 +30,8 @@ pip uninstall NeptuneGraphNotebook -y # legacy uninstall when we used to install pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "jupyter-console<=6.4.0" pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "jupyter-client<=6.1.12" +pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "ipywidgets<=7.7.1" +pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "notebook==6.4.12" pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn "awswrangler" if [[ ${VERSION} == "" ]]; then diff --git a/additional-databases/sagemaker/install-graph-notebook-lc.sh b/additional-databases/sagemaker/install-graph-notebook-lc.sh index 7b67ddf0..8d7a6f07 100644 --- a/additional-databases/sagemaker/install-graph-notebook-lc.sh +++ b/additional-databases/sagemaker/install-graph-notebook-lc.sh @@ -30,6 +30,8 @@ pip uninstall NeptuneGraphNotebook -y # legacy uninstall when we used to install pip install "jupyter-console<=6.4.0" pip install "jupyter-client<=6.1.12" +pip install "ipywidgets<=7.7.1" +pip install "notebook==6.4.12" pip install awswrangler if [[ ${VERSION} == "" ]]; then