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

Add initial notebook with widget state saved

parent 04b64f9a
No related branches found
No related tags found
No related merge requests found
%% 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment