myrepo/tester.ipynb
2024-04-22 17:38:15 +02:00

23 KiB

Test de notebooks

In [2]:
import matplotlib.pyplot as plt
In [3]:
%matplotline inline
UsageError: Line magic function `%matplotline` not found.
In [4]:
plt.plot([0,1],[0,1])
Out[4]:
[<matplotlib.lines.Line2D at 0x7f713c8d6000>]
No description has been provided for this image
In [ ]: