tensorflow / tensorflow/tensorboard

TensorBoard Jupyter Magic HTML Export

Open
#2,045 9 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

stat:awaiting tensorflower type:feature
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

Tensorflow from tf-nightly-2.0-preview

I frequently using jupyter-nbconvert to share my notebooks as HTML since it's easier to host on a static site and be viewable by anyone. I have recently been using the tensorboard magic to get nice graphs of my metrics and loss as I train, but I found that when I export, these graphs are missing.

It would be nice to be able to export the tensorboard interface somehow. When I do the export, graphs and images from matplotlib are always fine so there should be a way to do it, although it might be up to the nbconvert people.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the TensorBoard magic output in a Jupyter notebook and exporting it with jupyter-nbconvert. Compare the interactive TensorBoard interface with the generated HTML and determine what export boundary is involved. Done means the TensorBoard graphs and images remain viewable in the exported HTML on a static site.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, typescript
Domain
data-visualization, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.