-
Notifications
You must be signed in to change notification settings - Fork 699
Closed
Description
Minimal example:
import plotly.graph_objects as go
fig = go.Figure( go.Scatter(x=[1,2,3], y=[1,3,2] ) )
fig.add_annotation(text=r'$E=mc^2$', showarrow=False, font=dict(size=20))
fig.show()
Put it into a ipynb
notebook, then try to render it with jupyter-book build .
.
On Chrome it gives error Javascript Error: Cannot read properties of undefined (reading 'output')
. On Firefox it gives error Javascript Error: MathJax.config.startup is undefined
ebigelow, myh-art, gdebrun2 and RafalSkolasinski
Metadata
Metadata
Assignees
Labels
No labels