-
Notifications
You must be signed in to change notification settings - Fork 118
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
Install a package #18
Comments
Yes, this should work. Make sure you actually add that change to the |
Hi Ines, I absolutely love this framework and all your work! I am having a similar problem where I have built my binder branch making sure to add
in the Do you have any ideas or troubleshooting suggestions? |
This was resolved by not being silly and making a binder of the proper branch 🤦🏼♀️ |
Hi,
Thank you for this creative platform. It is amazing.
I just want to ask how to install a python library. I am trying to import numpy library but I got this error ( No module named 'numpy' ).
I tried to solve this problem by adding ( numpy==1.16.5 ) to ( binder/requirements.txt ) but I still get the same error.
Could you tell me please how to add python packages to ( course-starter-python )?
Thanks in advance.
The text was updated successfully, but these errors were encountered: