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.4.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.4.tar.gz.
File metadata
- Download URL: colab_load-1.0.4.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 |
c28c6320879ce9ff6422607fbd24472173d71a46efc28a31dda8f8a6abc64246
|
|
| MD5 |
f08ea3e7392ec4291c3154f086781a23
|
|
| BLAKE2b-256 |
441878d22aa1ac477082d75404a6cd925a455dabfde1374581ed7276389bcf39
|
File details
Details for the file colab_load-1.0.4-py3-none-any.whl.
File metadata
- Download URL: colab_load-1.0.4-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 |
68f8b94fb338512548358acff865b5fd9e50d3f23db2f5a9e1b3555e84d6a666
|
|
| MD5 |
ede608be78fa2ed842563158a19dfe10
|
|
| BLAKE2b-256 |
ab2752f288a0dbe143e77947c477145440a6933dd1f40c38373785e5da38655c
|