coderefinery / jupyter

Jupyter notebooks - A tool to write and share executable notebooks and data visualization
https://coderefinery.github.io/jupyter/
Creative Commons Attribution 4.0 International
8 stars 51 forks source link

Motivation page: "How does the Binder instance know which Python packages to load?" #155

Closed MatiasJJ closed 1 year ago

MatiasJJ commented 1 year ago

What is the point of this question in here https://coderefinery.github.io/jupyter/motivation/#case-examples

bast commented 1 year ago

The goal of that question/exercise is to be able to figure out where Binder stores dependencies for a notebook. It gets them from requirements.txt or environment.yml or other relevant files. This nicely connects with reproducibility lesson.

MatiasJJ commented 1 year ago

Oh sure – I see. Aaaand in connects to later stuff about binder then. It is just not handled there so it felt separate there.

bast commented 1 year ago

It is definitely not clear enough :-) Let's add more text/clarification.