Skip to content
New issue

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

During the stop of tensorboard, the cell will stack trace if no running tensorboard instances #232

Open
netskink opened this issue Aug 21, 2018 · 2 comments

Comments

@netskink
Copy link
Contributor

Here is a fix

Stop tensorboard instances

pids_df = TensorBoard.list()
if not pids_df.empty:
  for pid in pids_df['pid']:
    TensorBoard().stop(pid)
    print 'Stopped TensorBoard with pid {}'.format(pid)
@lakshmanok
Copy link
Contributor

Thanks, this is in many notebooks ... we'll fix them as we come across them.

@netskink
Copy link
Contributor Author

You are welcome. I’ll upload the other occurrences as I find them as well. I look forward to helping as I can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants