We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The possibility to run the notebooks from this repository on https://mybinder.org/ would make it even easier to follow those while reading the book.
To make them run on binder, it should be sufficient to add a requirements.txt or environment.yml file that declares the necessary dependencies.
requirements.txt
environment.yml
The text was updated successfully, but these errors were encountered:
It's on my todo for this week, but pull request also welcome ;)
Sorry, something went wrong.
Done, PR #66 filed. I tested it on my fork with this URL:
https://mybinder.org/v2/gh/imagejan/introduction_to_ml_with_python/binder
No branches or pull requests
The possibility to run the notebooks from this repository on https://mybinder.org/ would make it even easier to follow those while reading the book.
To make them run on binder, it should be sufficient to add a
requirements.txt
orenvironment.yml
file that declares the necessary dependencies.The text was updated successfully, but these errors were encountered: