Python Fundamentals Workshop with Web-Scraping and Data Visualization
If you are going through the workshop materials on your own computer, you will need the following Python packages:
numpy pandas plotly lxml
conda install numpy pandas conda install plotly::plotly
If you would like to use jupyterlab-git to clone this github repository, you will also need: git jupyterlab-git
conda install git conda install conda-forge::jupyterlab-git
These packages are recommended:
matplotlib openpyxl xlsxwriter bs4
conda install matplotlib openpyxl xlsxwriter bs4