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.3.tar.gz
(3.7 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.3.tar.gz.
File metadata
- Download URL: colab_load-1.0.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ddae2f5fa0175e7e2fd2030913e6c39ebd8d4c3d196aeee5ac9b75a144bfa2a
|
|
| MD5 |
343a7ba108bb11877ea95764c6beaf2f
|
|
| BLAKE2b-256 |
148682aff8561f8ff7b29761b99491cc64dce1c20abe30f9cd31480ff1254c28
|
File details
Details for the file colab_load-1.0.3-py3-none-any.whl.
File metadata
- Download URL: colab_load-1.0.3-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 |
360f9a492002b330d16303b9b5f30780275466c7a736ebee36b68308633c8d64
|
|
| MD5 |
56e517a34f5ecfea2a3a4847ec3cff6b
|
|
| BLAKE2b-256 |
22a740341a857ffdc1556b50ebcf61cbb4a0f7d23add88ec0ff95ecb9b4ea099
|