CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
williamstein

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

GitHub Repository: williamstein/scratch
Path: blob/main/2022-06-30-061806.sagews
Views: 118
v = [(0,0,0)] for i in range(1000): v.append([a+random()-.5 for a in v[-1]]) line3d(v, color='red', thickness=3, spin=3)
3D rendering not yet implemented