MicrosoftDocs / ml-basics

Exercise notebooks for Machine Learning modules on Microsoft Learn
MIT License
1.76k stars 2.27k forks source link

Feature request: a requirements file #7

Closed raybellwaves closed 4 years ago

raybellwaves commented 4 years ago

https://github.com/MicrosoftDocs/ml-basics/blob/master/local-setup.md states which packages to use. It would be helpful to provide a requirements file in either a .txt for .yaml form to simplify package installation.

GraemeMalcolm commented 4 years ago

Good suggestion. I added instructions to do this.

hansmbakker commented 2 years ago

@GraemeMalcolm could you please, instead, add requirements.txt as a file to the root of the repository so that services like https://mybinder.org/ can automatically pick them up?

https://mybinder.org/ can generate Jupyter execution environments for github repositories automatically, so that users can work with the notebooks without setting up an environment themselves.