Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Data Visualization with Bokeh!
You have completed Data Visualization with Bokeh!
Preview
Let's familiarize ourselves with some Bokeh concepts, imports, and terminology. Then we can generate a basic plot and show what Bokeh generates for us.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Some of the common imports we'll use and
some terminology in Bokeh.
0:00
We'll start by generating a basic
plot with some Python lists.
0:00
Simulated showcase,
our tools, and some options.
0:04
To get started,
we need to have our libraries available.
0:07
I've included a requirements.txt file
that has the libraries we'll be using for
0:10
this course.
0:14
Download and unzip that file, and
0:15
install the requirements
by running the following
0:19
python3 -m pip install
-r requirements.txt.
0:25
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up