Data-visualization with Python and JavaScript - second edition
August 26, 2022 ยท View on GitHub
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