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.3.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file colab_load-0.0.3.tar.gz
.
File metadata
- Download URL: colab_load-0.0.3.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 | 425abd7f26ae14d40c377e338024b2567490e7384e35a69174b41450b8119c29 |
|
MD5 | 2d7d5467c81afc59853a5a14ac307f8c |
|
BLAKE2b-256 | c1c09161b67eeca5d66c25c2c7d567b0746a72e26379557457b8d642d579092d |
File details
Details for the file colab_load-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: colab_load-0.0.3-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 | 563ecd0f786710b4c69c6c205c584062342d7eefb37bb86098062c64f1463711 |
|
MD5 | 9e9fe3e1db81c4428082994843a58bb1 |
|
BLAKE2b-256 | 245305e72699dd9b0ea38f850ed5df2a79faabb7fb9aa741d6530397118f6abe |