We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example,
$ docker run -it --rm -p 6006:6006 jupyter/tensorflow-notebook tensorboard --logdir mylogdir --host 0.0.0.0
with http://0.0.0.0:6006/, http://localhost:6006/ and http://127.0.0.1:6006/ having access via the web browser.
http://0.0.0.0:6006/
http://localhost:6006/
http://127.0.0.1:6006/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example,
with
http://0.0.0.0:6006/
,http://localhost:6006/
andhttp://127.0.0.1:6006/
having access via the web browser.The text was updated successfully, but these errors were encountered: