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 ColabLoad
import asyncio
colab_load = ColabLoad()
async def main():
res = await colab_load.load_file_single("https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing",
"file_colab_load", "test_colab_load")
print(res)
asyncio.run(main())
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-1.0.0.tar.gz
(3.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file colab_load-1.0.0.tar.gz.
File metadata
- Download URL: colab_load-1.0.0.tar.gz
- Upload date:
- Size: 3.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 |
986b42076e430ccb0290748f013b5c0a16e7bc3ac686ff2639c6b38e1137e024
|
|
| MD5 |
d3d25b850e3aa8694ce9807eaae68430
|
|
| BLAKE2b-256 |
35e7835f150c212a68f8a1411196c6b945f683d8b03ea5912f2248260581a167
|
File details
Details for the file colab_load-1.0.0-py3-none-any.whl.
File metadata
- Download URL: colab_load-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.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 |
7fdda2bc9f954df9754759813581f2b27cc02b76c052cfd581bc9c86ef9c5715
|
|
| MD5 |
7ee14cac627fba72c827f8b5afca1f48
|
|
| BLAKE2b-256 |
f94ddaa2ab7cf92bc6464930234d5ba3ba55b13764756a9c24476a7c76d1844c
|