Skip to content

jmgaleano/PyDataNYC2017-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyData NYC 2017

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 99.1%
  • Python 0.9%