Skip to main content

Library to download .ipynb from google colab.

Project description

Colab Load

What is this?

Library to download .ipynb from google colab

Quick Guide

One url:

from colab_load.load import StartLoad

s = StartLoad(logs=True)
s.load_file_s("https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv", save_dir="file")

Lots of url:

from colab_load.load import StartLoad

urls=["https://colab.research.google.com/drive/1uQ3QH3khRGYcQ8kU3OMyG1xRF6MB70xA?usp=sharing", "https://colab.research.google.com/drive/1bKxzUeOalOelP7HQ3KGBsF35j7CC2ZFh?usp=sharing"]
s = StartLoad(logs=True)
s.load_file_a(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.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

colab_load-0.0.1-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page