mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Merge script and ipynb example docs (#101)
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
---
|
||||
title: Matplotlib - Jupyter Notebook
|
||||
---
|
||||
|
||||
The [jupyter_matplotlib_example.ipynb](https://github.com/allegroai/clearml/blob/master/examples/frameworks/matplotlib/jupyter_matplotlib_example.ipynb)
|
||||
example demonstrates the integration of **ClearML** into code running in Jupyter Notebook, which uses `matplotlib` to plot
|
||||
scatter diagrams, and show images. **ClearML** automatically logs the diagrams and images. When the script runs, ClearML
|
||||
creates an experiment named `Matplotlib example` which is associated with the `Colab notebooks` project.
|
||||
|
||||
:::note
|
||||
In the ``clearml`` GitHub repository, this example includes a clickable icon to open the notebook in Google Colab.
|
||||
:::
|
||||
|
||||
## Plots
|
||||
|
||||
The scatter plots appear in the **ClearML Web UI**, in **RESULTS** **>** **PLOTS**.
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Debug Samples
|
||||
|
||||
The images appear in **RESULTS** **>** **DEBUG SAMPLES**. Each debug sample image is associated with a metric.
|
||||
|
||||

|
||||
|
||||
View the debug sample in the image viewer.
|
||||
|
||||

|
||||
@@ -2,10 +2,21 @@
|
||||
title: Matplotlib
|
||||
---
|
||||
|
||||
The [matplotlib_example.py](https://github.com/allegroai/clearml/blob/master/examples/frameworks/matplotlib/matplotlib_example.py)
|
||||
example demonstrates integrating **ClearML** into code that uses `matplotlib` to plot scatter diagrams, and show images.
|
||||
**ClearML** automatically logs the diagrams and images. When the script runs, it creates an experiment named `Matplotlib example`,
|
||||
which is associated with the `examples` project.
|
||||
The example below demonstrates integrating **ClearML** into code that uses `matplotlib` to plot scatter diagrams, and
|
||||
show images. **ClearML** automatically logs the diagrams and images.
|
||||
|
||||
View the example in [script](https://github.com/allegroai/clearml/blob/master/examples/frameworks/matplotlib/matplotlib_example.py)
|
||||
or in [Jupyter Notebook](https://github.com/allegroai/clearml/blob/master/examples/frameworks/matplotlib/jupyter_matplotlib_example.ipynb).
|
||||
|
||||
:::note
|
||||
The example in [Jupyter Notebook](https://github.com/allegroai/clearml/blob/master/examples/frameworks/matplotlib/jupyter_matplotlib_example.ipynb),
|
||||
includes a clickable icon to open the notebook in Google Colab.
|
||||
:::
|
||||
|
||||
When the example runs, it creates an experiment named `Matplotlib example`,
|
||||
which is associated with the `examples` project (in script) or the `Colab notebooks` project (in Jupyter Notebook).
|
||||
|
||||
|
||||
|
||||
## Plots
|
||||
|
||||
|
||||
Reference in New Issue
Block a user