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

Added datashader example notebook

parent 205ba159
No related branches found
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.
......@@ -5,4 +5,6 @@ jupyterlab
numpy
pandas
sklearn
scipy
\ No newline at end of file
scipy
pillow
datashader
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment