https://github.com/gaborvecsei/colaboratory-helper
https://github.com/gaborvecsei/colaboratory-helper
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gaborvecsei/colaboratory-helper
- Owner: gaborvecsei
- Created: 2019-05-12T13:01:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T18:19:43.000Z (over 6 years ago)
- Last Synced: 2024-12-29T17:17:01.923Z (over 1 year ago)
- Language: Python
- Size: 53.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colabber - Google Colaboratory Helper
This repo holds functions, which contains boilerplate "helper" *Google Colab* code.
Most of the scrips and functions will be only usable and relevant with *Colab Notebooks*.

## Install
`pip install git+https://github.com/gaborvecsei/Colaboratory-Helper.git`
Then you can just easily import the module: `import colabber`
## Functions
- `colabber.take_photo()`: Takes a photo (same script as you can find in the colab snippets) with your webcam
- `colabber.setup_my_ssh_key()`: You can upload your SSH key and it will be automatically setup for usage.
This comes handy when you are working with private repos from GitHub (or other vc sites)
- `colabber.setup_ssh_port_forwarding()`: This allows you to SSH into the started Colab Server
- `colabber.terminate_ssh_port_forwarding()`: Terminates the port forwarding