Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 718 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 718 Bytes

Plotly-Fullscreen

Jupyter notebook extension that allows you to make the plotly graphs fullscreen.

Install

This Jupyter extension can be installed and enabled using the following commands

$ jupyter nbextension install `$PWD`/plotly-fullscreen --symlink --user
# Enable the extension and here we use main because our javascript resides in
# plotly-fullscreen/main.js file
$ jupyter nbextension enable plotly-fullscreen/main --user

References

Blog, with detailed description

Ipython Notebook