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

[WIP] Make notebook accessible through binder #56

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sonyahanson
Copy link

Some minor changes to try to make notebook accessible through binder, so far doesn't work. Perhaps a problem on binder's end?

@jchodera
Copy link
Member

Sweet!

Do you requirements.txt or environment.yml?

@sonyahanson
Copy link
Author

I just did 'requirements.txt'. Think that's all right?

@jchodera
Copy link
Member

From mybinder.org, it looks like requirements.txt is for expressing dependencies if they can all be installed via pip, but environment.yml for conda-installable tools.

I don't know much about what is pip-installable since we've primarily been using conda. If you can get all your dependencies through requirements.txt (numpy, seaborn, matplotlib) then why not?

@jchodera
Copy link
Member

Actually, pip-installable binary wheels aren't available for linux, so may be best to stick to conda's environment.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants