Does anyone knows how should I share a jupyter notebook
(with python3
) that contains plotly
made charts ? So far I use github
to share notebooks, but the plotly
charts just won't show up on it.
You need to use Plotly Offline for iPython Notebooks. The link shows the syntax for creating charts. If you create the charts in offline mode, you can covert the notebook to html and share it with anyone. You would do this by:
cd
into your directory where the notebook is heldipython nbconvert [YOUR NOTEBOOK NAME].ipynb
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With