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
Hi,
In my installation setup, as I am attempted to plot the results using matplotlib, I am getting the following error:
Error in callback <function _draw_all_if_interactive at 0x154582abeca0> (for post_execute):
RuntimeError Traceback (most recent call last)
File ~/anaconda3/envs/celerite/lib/python3.11/site-packages/matplotlib/pyplot.py:119, in _draw_all_if_interactive()
117 def _draw_all_if_interactive():
118 if matplotlib.is_interactive():
--> 119 draw_all()
.......
.......
I have created a separate environment for celerite, and have installed jupyterlab and matplotlib separately using conda within this environment. Could you kindly let me know what could be the issue and how to get around with it? I am willing to facilitate further details if necessary.
Thanks in advance.
regards,
Anuvab Banerjee
India
The text was updated successfully, but these errors were encountered:
Hi,
In my installation setup, as I am attempted to plot the results using matplotlib, I am getting the following error:
Error in callback <function _draw_all_if_interactive at 0x154582abeca0> (for post_execute):
RuntimeError Traceback (most recent call last)
File ~/anaconda3/envs/celerite/lib/python3.11/site-packages/matplotlib/pyplot.py:119, in _draw_all_if_interactive()
117 def _draw_all_if_interactive():
118 if matplotlib.is_interactive():
--> 119 draw_all()
.......
.......
I have created a separate environment for celerite, and have installed jupyterlab and matplotlib separately using conda within this environment. Could you kindly let me know what could be the issue and how to get around with it? I am willing to facilitate further details if necessary.
Thanks in advance.
regards,
Anuvab Banerjee
India
The text was updated successfully, but these errors were encountered: