Skip to content

POC for d3 integration in jupyter notebook to establish two way communication

Notifications You must be signed in to change notification settings

kirangadhave/jupyter-d3-integration

 
 

Repository files navigation

jupyter-d3-integration

POC for d3 integration in jupyter notebook to establish two way communication

pip-based installation

  1. Install python if it's not already installed

  2. Install virtualenv:

[sudo] pip install virtualenv

  1. Clone this repository:

git clone https://github.com/sreekanthreddy1991/jupyter-d3-integration cd jupyter-d3-integration

  1. Create and activate a virtualenv:

virtualenv ./env

  1. Activate the virtualenv:

source env/bin/activate

(From this point on, any pip install commands will put stuff inside ./env, so if installation gets messed up somehow, you can just deactivate; rm -rf env and start over fresh. Also note that you need to source env/bin/activate every time you open a new terminal for the stuff inside env to be used)

  1. Install ipywidgets and pandas:

pip install ipywidgets pip install pandas

  1. Run Jupyter notebook, and stuff should work:

jupyter notebook

About

POC for d3 integration in jupyter notebook to establish two way communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%