Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

This lesson is for members only. Join us and get access to thousands of tutorials and a community of expert Pythonistas.

Unlock This Lesson

Hint: You can adjust the default video playback speed in your account settings.
Hint: You can set your subtitle preferences in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁 This might be due to a temporary outage or because of a configuration issue with your browser. Please refer to our video player troubleshooting guide for assistance.

Bokeh Course: Section 1 Review

This lesson is a quick recap of the topics covered in section one. You have explored the basics of Bokeh, including installing, customizing your figure, adding glyphs, and how to output your visualizations to a static HTML file or Jupyter Notebook.

sroux53 on May 17, 2020

excellent ! course

R morel on May 20, 2020

**is legend_label or legend only

Chris Bailey RP Team on May 20, 2020

Hi @R morel,

Yes you are correct. It looks like another item is being deprecated in newer Bokeh version. The legend keyword will now require more specific keywords. Link to updated documents.

BokehDeprecationWarning: 'legend' keyword is deprecated, use explicit 'legend_label', 'legend_field', or 'legend_group' keywords instead

R morel on May 21, 2020

thanks you

Become a Member to join the conversation.