Skip to content
New issue

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

Move pip packages to a requirement.txt file & fix exact versions ('==') #6

Open
mathieuboudreau opened this issue Oct 24, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mathieuboudreau
Copy link
Member

This should make the notebook more reproducible in the long term.

Currently they're stored inside the Dockerfile, and only download the latest versions, thus we risk losing track of the current combination of pip packages that succesfully run the jupyter notebook(s) when new updates are made to them.

The versions of all the pip packages installed in the Binder environment can be determined inside a Jupyter Notebook session running on a MyBinder session, and running the command !pip freeze.

@mathieuboudreau mathieuboudreau added enhancement New feature or request good first issue Good for newcomers labels Oct 24, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant