Closed
Description
I'm using plotly offline in a jupyter notebook. I'm coming across an error that i can't seem to debug.
Here is my code:
import qgrid
import Quandl
import plotly
from plotly.offline import download_plotlyjs, init_notebook_mode, iplot
aapl = Quandl.get('yahoo/aapl')
qgrid.nbinstall(overwrite=True)
works ok
qgrid.show_grid(aapl)
init_notebook_mode()
no longer works ok
qgrid.show_grid(aapl)
The error message is
"
Javascript error adding output!
TypeError: Cannot read property 's' of undefined
See your browser Javascript console for more details.
"
Metadata
Metadata
Assignees
Labels
No labels