CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
williamstein

CoCalc Runs Your Jupyter Notebooks and Linux Terminals using Powerful CPUs and GPUs!

GitHub Repository: williamstein/scratch
Path: blob/main/2022-06-30-061806.sagews
Views: 65
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