Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 887 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 887 Bytes

PyGotham 2017

Dependencies

This package depends on the following packages:

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

Installation

Using pip:

$ pip install 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