You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x] Tried the other applicable steps from the Troubleshooting Guide
[ x] Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
when using ipwidgets to create interactive script, the plots cannot be updated using widgets when console is activated, and this problem can be solved if I close the notebook console. However, by doing so, I have no access to the variable explorer anymore.
What steps reproduce the problem?
import numpy and ipwidgets library
load 2d array, then using ipwidgets to create a slider to plot each row in the array
the plot will updated when moving the slider, but if I activated the console for variable explorer, the plot will not updated anymore.
What is the expected output? What do you see instead?
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
when using ipwidgets to create interactive script, the plots cannot be updated using widgets when console is activated, and this problem can be solved if I close the notebook console. However, by doing so, I have no access to the variable explorer anymore.
What steps reproduce the problem?
What is the expected output? What do you see instead?
Paste Traceback/Error Below (if applicable)
Versions
Dependencies
The text was updated successfully, but these errors were encountered: