Closed CCCCCecilia closed 6 years ago
question 1: I draw a chart with Pyecharts. It can show in my Jupyter notebook, but cannot show when I use GitHub or https://nbviewer.jupyter.org to view it.
Can you show the notebook link for our online testing? more
another question: how can I change the color and theme of charts to keep all the charts color harmonious?
Is this helpful? http://pyecharts.org/#/zh-cn/charts_style
question 1: I draw a chart with Pyecharts. It can show in my Jupyter notebook, but cannot show when I use GitHub or https://nbviewer.jupyter.org to view it.
Can you show the notebook link for our online testing? more https://nbviewer.jupyter.org/github/CCCCCecilia/python-data-assignments/blob/master/assignment2/assignment2.ipynb
another question: how can I change the color and theme of charts to keep all the charts color harmonious?
Is this helpful? http://pyecharts.org/#/zh-cn/charts_style
For the pyecharts rendering problem, you can try the following steps:
from IPython.display import IFrame
way to load it into your notebook.Reference to the map in my recent open rice map visualisation
Please let us know if this works.
For the pyecharts rendering problem, you can try the following steps:
- Save the chart to standalone HTML files.
- Use the
from IPython.display import IFrame
way to load it into your notebook.Reference to the map in my recent open rice map visualisation
Please let us know if this works.
I tried this solution and it worked. Now the chart can show on nbviewer, but still cannot show on GitHub .
@CCCCCecilia can you show the working solution and help @ChicoXYC to merge into the FAQ? Thanks.
@CCCCCecilia can you show the working solution and help @ChicoXYC to merge into the FAQ? Thanks.
OK.
question 1: I draw a chart with Pyecharts. It can show in my Jupyter notebook, but cannot show when I use GitHub or https://nbviewer.jupyter.org to view it.
another question: how can I change the color and theme of charts to keep all the charts color harmonious?