Skip to content

Commit

Permalink
build: add comment how to remove a Jupyter kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
dvp2015 committed May 17, 2021
1 parent edb465f commit 02b5947
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions create-jk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ if errorlevel 1 (
echo - Open or create notebook
echo - Select kernel %mckit%
echo - check if 'import mckit' in the notebook works
echo.
echo To remove a kernel use jupyter comands:
echo jupyter kernelspec list
echo jupyter kernelspec remove <kernels...>
)
4 changes: 4 additions & 0 deletions create-jk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ if [[ $? ]]; then
echo " - Open or create notebook"
echo " - Select kernel $mckit"
echo " - check if 'import mckit' in the notebook works"
echo
echo "To remove a kernel use jupyter comands:"
echo " jupyter kernelspec list"
echo " jupyter kernelspec remove <kernels...>"
fi

0 comments on commit 02b5947

Please sign in to comment.