Skip to content

Instantly share code, notes, and snippets.

View RooseveltAdvisors's full-sized avatar

Jon Roosevelt RooseveltAdvisors

View GitHub Profile
@RooseveltAdvisors
RooseveltAdvisors / rllab installation with anaconda.md
Created November 25, 2018 16:43
rllab installation with anaconda (tested on mac-os)

Installation

Assume you have anaconda installed on your computer

conda env remove -n rllab_test -y
cd ~/Downloads
git clone https://github.com/rll/rllab.git
cd rllab
conda env create -n rllab_test -f environment.yml
@RooseveltAdvisors
RooseveltAdvisors / zeppelin_s3_backend.md
Last active July 9, 2022 00:48
S3 backed notebooks for Zeppelin
@RooseveltAdvisors
RooseveltAdvisors / github_gpg_key.md
Last active March 13, 2020 15:39 — forked from ankurk91/github_gpg_key.md
Github : Signing commits using GPG (Ubuntu/Mac)

Github : Signing commits using GPG (Ubuntu/Mac) 🔐

  • Do you have an Github account ? If not create one.
  • Install required tools
  • Latest Git Client
  • gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/