/PyDataNYC2017

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

Primary LanguageJupyter Notebook

PyData NYC 2017

Try it on MyBinder below:

Binder

Dependencies

This package depends on the following packages:

  • ipywidgets (version >= 7.0.0)
  • bqplot (version > 0.10.1)
  • scikit-learn
  • numpy
  • pandas
  • mne
  • pythreejs

Installation

Using pip:

$ pip install bqplot
$ jupyter nbextension enable --py --sys-prefix bqplot
$ pip install pythreejs
$ jupyter nbextension install --py --symlink --sys-prefix pythreejs
$ jupyter nbextension enable --py --sys-prefix pythreejs

Using conda

$ conda install -c conda-forge bqplot
$ conda install -c conda-forge pythreejs

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 or Srinivas at ssunkara [at] tepper.cmu.edu