jupyter-book
jupyter-book copied to clipboard
Enable rendering ggplotly figures
Describe the problem/need and solution
Context In situations where you're trying to create a book with ipynb's using an R kernel and running R code, it would be nice to have the ability to not only render ggplots, but also ggplotly figures.
Problem / Idea I want to render ggplotly figures, but this isn't currently possible.
Solution We could make this possible by adding more plotly capability.
Benefit This would benefit the people trying to do certain data science projects in R because there currently is nothing comparable to jupyter book in the world of R.
Guide for implementation
No response
Tasks and updates
No response
thanks for reporting this @richardye101.
We have had a lot of intermittent issues with plotly images more generally on our quantecon sites and we have traced it back to interactions with mathjax versions etc. @AakashGfude is currrently doing a deep dive into plotly to improve support. Part of this puzzle seems to be upstream as well. https://github.com/plotly/plotly.py/issues/3696 so may take some time.
cc: @AakashGfude
Any updates on this issue since the Plotly plots are still not rendered on Jupyter book. @mmcky