Noteable tutorials on GitHub
Bar Charts tutorial
- Guide to creating bar charts in notebooks
Beginner notebook tutorial
- Quick start guide for users unfamiliar with notebooks
- Outlines what a “cell” is and how to interact with cells
- Briefly explains the kernel.
Bokeh Tutorial
- Guide to creating interactive plots with plot tools, widgets and annotations
- Demonstrates basic widgets from
bokeh
and provides more complex examples of use
Scatter Graph tutorial
- Guide to creating scatter graphs in notebooks
Widgets Tutorial
- Guide to utilizing widgets while constructing a notebook to make it more interactive
- Demonstrates basic widgets from
ipywidgets
and provides more complex examples of use