CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
williamstein

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

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