Skip to content
Snippets Groups Projects
Commit 9f7aedd3 authored by Jon Mease's avatar Jon Mease
Browse files

Added datashader example notebook

parent 205ba159
Branches
No related tags found
No related merge requests found
This diff is collapsed.
%% Cell type:code id: tags:
``` python
import plotly.graph_objs as go
from ipywidgets import IntSlider, VBox
```
%% Cell type:code id: tags:
``` python
fig = go.FigureWidget(data=[{'y': [3, 2, 3, 4]}])
fig
```
%% Output
%% Cell type:code id: tags:
``` python
slider = IntSlider()
VBox([fig, slider])
```
%% Output
%% Cell type:code id: tags:
``` python
```
This diff is collapsed.
......@@ -6,3 +6,5 @@ numpy
pandas
sklearn
scipy
pillow
datashader
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment