/SciPy2017

This repository contains the slides and notebooks for the bqplot talk at SciPy 2017

Primary LanguageJupyter Notebook

SciPy 2017

Dependencies

This package depends on the following packages:

  • ipywidgets (version >= 6)
  • bqplot (version >= 0.10.0a1)
  • scikit-learn
  • numpy
  • pandas

Installation

Using pip:

$ pip install --pre bqplot
$ jupyter nbextension enable --py --sys-prefix bqplot

Using conda

$ conda install -c conda-forge bqplot

For a development installation (requires npm (version >= 3.8) and node (version >= 4.0)):

$ git clone https://github.com/bloomberg/bqplot.git
$ cd bqplot
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix bqplot
$ jupyter nbextension enable --py --sys-prefix bqplot

Note for developers: the --symlink argument on Linux or OS X allows one to modify the JavaScript code in-place. This feature is not available with Windows.

Questions

Feel free to email me at my last name [at] nyu . edu