Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Jupyter notebook mysharednotebook.ipynb

Project: Testproject
Views: 183
Kernel: Python 2 (system-wide)
from matplotlib import pyplot as plt fig = plt.figure() plt.plot([3, 4, 5], [1, 2, 3]) plt.show()
Image in a Jupyter notebook