diff --git a/additional-databases/sagemaker/sagemaker-notebook-lifecycle/install-graph-notebook-lc-cn.sh b/additional-databases/sagemaker/sagemaker-notebook-lifecycle/install-graph-notebook-lc-cn.sh index d7442cce..d8d0fc2b 100644 --- a/additional-databases/sagemaker/sagemaker-notebook-lifecycle/install-graph-notebook-lc-cn.sh +++ b/additional-databases/sagemaker/sagemaker-notebook-lifecycle/install-graph-notebook-lc-cn.sh @@ -14,7 +14,7 @@ NOTEBOOK_VERSION="" source activate JupyterSystemEnv echo "installing Python 3 kernel" -python3 -m ipykernel install --sys-prefix --name python3 --display-name "Neptune_Python3" +python3 -m ipykernel install --sys-prefix --name python3 --display-name "Python 3" echo "installing python dependencies..." pip uninstall NeptuneGraphNotebook -y # legacy uninstall when we used to install from source in s3 diff --git a/additional-databases/sagemaker/sagemaker-notebook-lifecycle/install-graph-notebook-lc.sh b/additional-databases/sagemaker/sagemaker-notebook-lifecycle/install-graph-notebook-lc.sh index 8aa4184e..89a7cfa0 100644 --- a/additional-databases/sagemaker/sagemaker-notebook-lifecycle/install-graph-notebook-lc.sh +++ b/additional-databases/sagemaker/sagemaker-notebook-lifecycle/install-graph-notebook-lc.sh @@ -14,7 +14,7 @@ NOTEBOOK_VERSION="" source activate JupyterSystemEnv echo "installing Python 3 kernel" -python3 -m ipykernel install --sys-prefix --name python3 --display-name "Neptune_Python3" +python3 -m ipykernel install --sys-prefix --name python3 --display-name "Python 3" echo "installing python dependencies..." pip uninstall NeptuneGraphNotebook -y # legacy uninstall when we used to install from source in s3