Library to download .ipynb from google colab.
Project description
Colab Load
What is this?
Library to download .ipynb from google colab
Quick Guide
pip install colab-load
One url:
from colab_load.load import StartLoad
s = StartLoad(logs=True)
s.load_file_single("https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing", save_dir="file")
Lots of url:
from colab_load.load import StartLoad
urls=["https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing", "https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing"]
s = StartLoad(logs=True)
s.load_file_all(urls, save_dir="file", count=2)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
colab_load-0.0.4.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file colab_load-0.0.4.tar.gz
.
File metadata
- Download URL: colab_load-0.0.4.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b69c7d91f8f713a72255e181743df25824959fe913885ef86d84fa109c5e1bd9 |
|
MD5 | 1cff9614b4556997bcd4aef7d961f3da |
|
BLAKE2b-256 | 329c6ed72c31a60e695683dfb3b76cff7bec0084b3997daf36ce57e988d513f8 |
File details
Details for the file colab_load-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: colab_load-0.0.4-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a11cacfe480dfeafac12ab3f82ccf81cfc6fe16214bd9be59d4420006b3e98a |
|
MD5 | 9c4644702c9b3f6a3087cb2d22e9b0e6 |
|
BLAKE2b-256 | 862455a666d41c08751164d78ecee3291ecc03b2a6418ad8cfefa89111b342ec |