Skip to content

Files

Latest commit

3627cdc · Jul 12, 2019

History

History
57 lines (44 loc) · 1.59 KB

jupyter-lab-tools.md

File metadata and controls

57 lines (44 loc) · 1.59 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 has_thumbnail language layout name order permalink thumbnail title v4upgrade
Using Plotly FigureWidgets with Jupyter Lab
chart_events
true
python
user-guide
Jupyter Lab with FigureWidget
2
python/jupyter-lab-tools/
thumbnail/figurewidget-jupyterlab.png
Jupyter Lab with FigureWidget
true

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 impertive-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.