AaltoSciComp / python-for-scicomp

Python for scientific computing course
https://aaltoscicomp.github.io/python-for-scicomp/
Other
25 stars 31 forks source link

Update exercise 2 in xarray lecture #316

Closed gregordecristoforo closed 3 days ago

gregordecristoforo commented 5 days ago

Fix #295

Instead of inventing values for stock prices and trading volumes, the data is now downloaded via the yfinance package.

bast commented 4 days ago

Thanks! But then we also need to add it to environment.yml?

gregordecristoforo commented 4 days ago

Thanks for the reminder, I added yfinance to the environment.yml file.

bast commented 3 days ago

Thanks!