Data-visualization with Python and JavaScript - second edition

Installing the Python libraries

See Chapter 1 for detailed instructions. I recommend using a virtual environment for the book. Once you've activated the virtual environment you can install the necessary software using pip and the requirements.txt file in this directory:

pip install -r requirements.txt