-
Notifications
You must be signed in to change notification settings - Fork 105
Move code from lessons to notebooks #1
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
base: master
Are you sure you want to change the base?
Conversation
…ch control function
- Makes repository pip-installable - Creates a clean structure with separated notebooks and modules - Data is now read directly from metrica repository - All notebooks are able to be run directly in Google Colab
@seidlr one minor suggestion on Lesson6.ipynb: |
@malo4 Sounds great. I tested it offline in my notebook and I get way too large plots. This might have to do with my setup. I also tested it on Google Colab and here the plots are not shown at all. |
@seidlr Aw, you are right. Seems that there's an issue w/ google colab and interactive plots. |
environment.yml
file for an easy installation of the dependencies usingconda
..gitignore
file.I haven't touched any code, therefore it should be okay to merge without any conflicts.