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
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.
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.