Is it possible to use jupyter-ipywidgets+ipympl as a Matplotlib backend? #13716
Unanswered
vadimcn
asked this question in
Questions and Answers
Replies: 1 comment 3 replies
-
ipympl is supported today and should work, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Often, I need to visualize data from the debug console while debugging Python scripts on a remote server (via VSCode's SSH remote).
While it is possible to use X11 forwarding + Matplotlib's interactive backends, this combination is often so slow as to be completely unusable.
So I am wondering: what would it take to use jupyter-ipywidgets+ipympl as a Matplotlib backend from a regular Python script?
Beta Was this translation helpful? Give feedback.
All reactions