colab-cli 0.1.4

Google Colab from the terminal — manage CPU/GPU/TPU runtimes, open interactive shells, and stream files, straight from your shell.
Documentation
1
2
3
4
5
6
7
8
9
pub mod auth;
pub mod cli;
pub mod client;
pub mod config;
pub(crate) mod embedded;
pub mod error;
pub mod server;
pub mod shell;
pub mod ui;