Skip to content

Latest commit

 

History

History
54 lines (41 loc) · 1.5 KB

jupyter-lab-tools.md

File metadata and controls

54 lines (41 loc) · 1.5 KB
jupyter
jupytext kernelspec language_info plotly
notebook_metadata_filter text_representation
all
extension format_name format_version jupytext_version
.md
markdown
1.1
1.1.7
display_name language name
Python 3
python
python3
codemirror_mode file_extension mimetype name nbconvert_exporter pygments_lexer version
name version
ipython
3
.py
text/x-python
python
python
ipython3
3.6.5
description display_as language layout name order permalink thumbnail
Using Plotly FigureWidgets with Jupyter Lab
chart_events
python
base
Jupyter Lab with FigureWidget
2
python/jupyter-lab-tools/
thumbnail/figurewidget-jupyterlab.png

Create a New View for Output

Display a FigureWidget and then create a new window to display it in so that you can scroll through your code but still keep an eye on what you're doing.

View Live Updates

With the output view it is easy to take full advantage of FigureWidgets new imperative-style graph updates since you can see your code and your graph at the same time.

Reference

See these Jupyter notebooks for even more FigureWidget examples.