jupyterlab_plotly
jupyterlab_plotly copied to clipboard
0.20.0
- Upgrade to jupyterlab@^0.20
@jcrichard The labextension has been moved to https://github.com/jupyterlab/jupyter-renderers. It's now installable with a simple `jupyter labextension install @jupyterlab/plotly-extension. However, there is currently an issue with plotly.js + typescript + webpack and it's throwing an runtime error, so I will fix and re-release shortly. As for nbextension, the next step is to create a wrapper for labextensions that will turn them into nbextensions. I will work on that in the coming weeks.
Great thank you very much.