Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Avatar for Support and Testing.

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download
Views: 140
Image: ubuntu2004-dev
Kernel: Python 3 (system-wide)
import matplotlib.pyplot as plt plt.scatter([1,2,3], [4,2,1], color = 'blue') plt.show()
Image in a Jupyter notebook