Skip to content

Instantly share code, notes, and snippets.

View kcompher's full-sized avatar

Kevin Compher kcompher

View GitHub Profile
@kcompher
kcompher / Makefile
Created December 17, 2018 12:58 — forked from ramnathv/Makefile
R Markdown to IPython Notebook
example.md: example.Rmd
./knit
example.ipynb: example.md
notedown example.md | sed 's/%%r/%%R/' > example.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kcompher
kcompher / 0_reuse_code.js
Last active August 29, 2015 14:27
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console