
Security News
CVE Volume Surges Past 48,000 in 2025 as WordPress Plugin Ecosystem Drives Growth
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.
tensorboard-termplot
Advanced tools
A plotter for tensorboard, directly within your terminal. This is useful when you are training your neural network on a remote server, and you just want to quickly peek at the training curve without launching a tensorboard instance and mess with forwarding ports.
You can install the package published in PyPI with
$ pip install tensorboard-termplot
# or install with an isolated environment
# $ pipx install tensorboard-termplot
$ tensorboard-termplot FOLDER
For example,
$ tensorboard-termplot ~/my_amazing_nn/runs
where runs is the folder that tensorboard had created.
Running the executable on a tensorboard output folder:

Or with the consolidate flag -c/--consolidate to combine multiple stats with a common prefix (most stats in the bottom figure had empty values):

$ tensorboard-termplot --help
usage: tensorboard-termplot [-h] [--canvas-color CANVAS_COLOR]
[--axes-color AXES_COLOR]
[--ticks-color TICKS_COLOR] [--colorless] [-d]
[--grid] [--plotsize WIDTH,HEIGHT] [--force-label]
[--no-iter-color] [-c] [-f] [-n secs]
[--log_interval LOG_INTERVAL]
FOLDER
positional arguments:
FOLDER Folder of a tensorboard runs
optional arguments:
-h, --help show this help message and exit
--canvas-color CANVAS_COLOR
set the color of the plot canvas (the area where the
data is plotted)
--axes-color AXES_COLOR
sets the background color of all the labels
surrounding the actual plot, i.e. the axes, axes
labels and ticks, title and legend, if present
--ticks-color TICKS_COLOR
sets the (full-ground) color of the axes ticks and of
the grid lines.
--colorless Remove color.
-d, --dark-theme A collection of flags. If set, it is equivalent to
setting canvas-color and axes-color to black, and
setting ticks-color to red. Can be overwritten
individually.
--grid Show grid.
--plotsize WIDTH,HEIGHT
Manually set the size of each subplot, e.g., 50,20.
--force-label Force showing label even for plot with one series.
--no-iter-color Stop iterating through different colors per plot.
-c, --consolidate Consolidate based on prefix.
-f, --follow Run in a loop to update display periodic.
-n secs, --interval secs
seconds to wait between updates
FAQs
View tensorboard stats inside terminal.
We found that tensorboard-termplot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.

Security News
Socket CEO Feross Aboukhadijeh joins Insecure Agents to discuss CVE remediation and why supply chain attacks require a different security approach.

Security News
Tailwind Labs laid off 75% of its engineering team after revenue dropped 80%, as LLMs redirect traffic away from documentation where developers discover paid products.