dlab-berkeley / Python-Data-Visualization

D-Lab's 4-hour introduction to data visualization with Python. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more, using matplotlib and seaborn.
3 stars 3 forks source link

Binder missing pandas, matplotlib, and seaborn install in Notebook 01 #8

Open Emmavt opened 8 months ago

Emmavt commented 8 months ago

On binder, pandas, matplotlib, and seaborn are not installed, and so students needed to pip install them before running the first code cell. I'm not familiar with how binder backends works, but if it would be possible to either pre-install those packages or add an install cell in the notebook, that would be great.

pssachdeva commented 2 months ago

We will need a requirements.txt, probably