-
Notifications
You must be signed in to change notification settings - Fork 5
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
Added pip install padl in notebooks #329
Conversation
@jasonkhadka Could you also add all additional requirements that need to be installed? For example, |
Additionally, could you see if the instructions on how to download and access the data need to be updated to reflect the colab environment? |
|
Last thing @jasonkhadka. Do you think it's worth uncommenting the other |
yeah, i think so, I am testing the colab notebook, also regards to data. |
Now, notebooks can run on colab directly. |
would it be possible to add that to the notebook also? I think we should make it as easy as possible to use that. |
We could use the kaggle api for this potentially. https://stackoverflow.com/questions/49386920/download-kaggle-dataset-by-using-python import kaggle
kaggle.api.authenticate()
kaggle.api.dataset_download_files('The_name_of_the_dataset', path='the_path_you_want_to_download_the_files_to', unzip=True) |
You need your kaggle account to authenticate against kaggle api to download the files. I will check if there is another way, else anther easy way is to add the data to PADL repo. It seems it is not that big.
|
d808d91
to
3f7c43c
Compare
Thanks @jasonkhadka! |
Codecov Report
@@ Coverage Diff @@
## main #329 +/- ##
=======================================
Coverage 89.46% 89.46%
=======================================
Files 15 15
Lines 2572 2572
=======================================
Hits 2301 2301
Misses 271 271 Continue to review full report at Codecov.
|
issues on GoogleColab to track progress on python update: |
closed until Colab is updated. |
Description
Part of #324
Makes notebook complete with installation of padl.