We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00cf60 commit cf1bbeaCopy full SHA for cf1bbea
sagemaker_ssh_helper/sm-ssh-ide
@@ -160,6 +160,9 @@ elif [[ "$1" == "start" ]]; then
160
161
"$SM_STUDIO_PYTHON_PREFIX"/bin/pip install -q notebook
162
163
+ # TODO: remote the below temp fix for "cannot import name 'Callable' from 'traitlets" when starting notebook
164
+ "$SM_STUDIO_PYTHON_PREFIX"/bin/pip install --force-reinstall traitlets
165
+
166
"$SM_STUDIO_PYTHON" -m jupyter notebook --no-browser --port=8889 --ip=127.0.0.1 --allow-root \
167
>/tmp/jupyter-notebook.log 2>&1 &
168
0 commit comments