CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

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

| Download

plot x y graphic interface.

Project: lesson2
Views: 47
License: GPL3
Image: ubuntu2204
x=(1,2,3,4,5,6) y=(6,6,7,8,9,5) #interactive plot(x,y).show() # #plot(x, y).show()
Error in lines 3-3 Traceback (most recent call last): File "/cocalc/lib/python3.11/site-packages/smc_sagews/sage_server.py", line 1244, in execute exec( File "", line 1, in <module> NameError: name 'interactive' is not defined