An open API service indexing awesome lists of open source software.

https://github.com/vida-nyu/interactive-visualization-jupyter-notebooks


https://github.com/vida-nyu/interactive-visualization-jupyter-notebooks

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Paper: Interactive Visualization in Jupyter Notebook

Jorge Piazentin Ono, Juliana Freire, Claudio T. Silva

New York University

Also check out [notebookJS](https://github.com/jorgehpo/notebookJS): seamless JavaScript integration in Python Notebooks

### Abstract

Interactive visualizations are at the core of the exploratory data analysis process, enabling users to directly manipulate and gain insights from data. In this paper, we present three different ways in which interactive visualizations can be included in Jupyter Notebooks, namely 1) matplotlib callbacks, 2) visualization toolkits and 3) embedding HTML visualizations. We hope that this paper will help developers to select the best tools to build their interactive charts in Jupyter Notebooks.

### How to compile:
Paper and code are available in paper.ipynb

To compile, install nbconvert and pandoc. Run:

```sh
jupyter nbconvert --config ipython_nbconvert_config.py
```