jupyter docker without token code example
Example 1: bypass login jupyter ubuntu
jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password=''
Example 2: where to get token for jupyter notebook
system("jupyter" "notebook" "list")
jupyter notebook --ip='*' --NotebookApp.token='' --NotebookApp.password=''
system("jupyter" "notebook" "list")