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
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
I need this to set up the report markup (ideally I'd just have <figure id="somematplotlibfigureid" /> in html and then fill them up later) and do the plotting later.
%% py
import numpy as np
import matplotlib.pyplot as plt
%% py
plt.figure('figfoo')
plt.plot(np.arange(10), np.arange(10))
plt.show()
# works
%% py
plt.figure('figbar')
# throws
# <Figure size 640x480 with 0 Axes>
# A value renderer encountered an error.
# TypeError: r.propertyIsEnumerable is not a function
#
# in t
# in t
# in t
# in t
# in v
# in div
# in Styled(div)
# in he
# in qt
# in div
# in Styled(div)
# in div
# in Styled(div)
# in bn
# in jn
# in p
# in div
# in div
# in div
# in ir
# in p
# in div
# in u
# in p
# in lr
# in p
# in t
# in p
# Please file a bug report.