Skip to content

itesoro/colab_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Mount Drive in files sidebar.
  2. Make work/env/config.py on your Google Drive by analogy with config_example.py.

Usage

  1. Create colab notebook.
  2. Run the following code in your notebook:
    !curl -LOs https://github.com/itesoro/colab_env/raw/master/setup.py 
    %run setup work/env/config.py

At the first run, script will generate ssh keys at SSH_KEY_PATH specified in config.py. Add public key to your github account.

To install python packages from private repository run the following line in your notebook:

!pip install git+ssh://git@github.com/itesoro/<repository-name>.git

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages