Skip to content

improve import Bar #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notes-week-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ Pyecharts is a library to generate charts using Echarts, which is an open source

#### Quickstart for pyecharts

Basic usage example: (`pip install pyecharts` if you have not done so yet)
Basic usage example: (1. use `print(sys.path)`to find your packages location. 2.cd in the path, then `pip install pyecharts==v1.0.0` if you have not done so yet)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MindyZHAOMinzhu if steps 1 and 2 are not mandatory, we can remove them from the main body of this book and keep the discussion there concise. The book aims at providing quickest and most direct solution for one to achieve the tasks. If they are interested to know more, they can read issues and further reading materials.


```python
#you can change Bar to other kind of charts, like Line, Pie, HeatMap etc...
Expand Down