1, docker run-it tensorflow/tensorflow:latest-py3 / run_jupyter.sh-- a
2dockermachine ip
,ip=192.168.99.100
3:
question: prompt Invalid credentials
online tutorials do not need to enter token or psw
1, docker run-it tensorflow/tensorflow:latest-py3 / run_jupyter.sh-- a
2dockermachine ip
,ip=192.168.99.100
3:
question: prompt Invalid credentials
online tutorials do not need to enter token or psw
is probably the default in the new version, and mine also needs token.
what function does the sh script of the landlord want to achieve
according to the effect you want, and then see how to modify the settings of jupyter
token verification after notebook 4.3is enabled by default
run jupyter notebook list copy with token hyperlink to the browser, or paste the parameters after token into the dialog box.
if you really don't want to use token, you can use jupyter notebook-- NotebookApp.token='' defaults to empty token, but this is not recommended.
Previous: Div hover flashing?