Commit ea96a56d authored by Milan Šorf's avatar Milan Šorf
Browse files

Edit StartNotebook_Linux_or_MacOS.sh to bypass JN token

parent 754c683a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ function install_requirements {
}

function start_notebook {
    jupyter notebook
    jupyter notebook --NotebookApp.token=''
}

activate_shell