Skip to content

some question  #1

@Interesting6

Description

@Interesting6

I'm so sorry to disturb you in this way, since I can't find your email.

I have a question about this repository, that is:
when use Jupyter Notebook and Tensorboard in the same time,
your command is

$ docker run  --name notebooks -d -v /$(pwd)/notebooks:/notebooks -v /$(pwd)/logs:/logs -p 8888:8888 dash00/tensorflow-python3-jupyter /run_jupyter.sh --allow-root --NotebookApp.token=''
$ docker run  --name board -d -v /$(pwd)/logs:/logs -p 6006:6006 dash00/tensorflow-python3-jupyter tensorboard --logdir /logs

Doesn't that mean running two containers?

  • Why the tensor computation graph written in notebook(in container notebook) could show in other container tensorboard? I think they are in two different container environment.

  • Can use Jupyter Notebook and Tensorboard in the same time and just generate one container?

thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions