1

I know this is "seeking for recommendations", but I have no experience with this.

I'm looking for a library for basic drawing in jupyter notebooks.
In particular I don't want libraries like plotly or matplotlib, since I don't need to draw graphs.

I'm looking for something like Canvas for JS.

I've already tested ipycanvas and tkinter but they don't work on DataSpell: enter image description here

Alberto Sinigaglia
  • 12,097
  • 2
  • 20
  • 48

1 Answers1

0

You can use the package turtle to produce drawings in Python.

statnet22
  • 444
  • 2
  • 13