run
,matplotlib
charts to Neptune.Python 3.7+
in your system,pip
and conda
:neptune-client==0.9.5
and matplotlib==3.2.2
.plotly
.plotly==5.0.0
.api_token='ANONYMOUS'
and project='common/matplotlib-support'
to explore without having to create a Neptune accountcommon/matplotlib-support
replaced by your project, and MAT-3352
replaced by your run.plotly
installed, you can log your static matplotlib figures as interactive plotly charts.matplotlib
charts can be converted to interactive plotly
charts. If the conversion is not possible, neptune-client
will return a warning and fall back on logging the chart as an image.stop()
method. This is needed only while logging from a notebook environment. While logging through a script, Neptune automatically stops tracking once the script has completed execution.matplotlib
charts to Neptune.