Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 720 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 720 Bytes

Jupyter Quickstart

A Jupyter notebook that mixes Python3 and R.

Example Notebook

https://nbviewer.jupyter.org/github/dmil/jupyter-quickstart/blob/master/notebook.ipynb

Requirements

  • Homebrew
  • Python 3

Quickstart

  1. Install some packages with HomeBrew

    brew install r
    brew install libgit2
  2. Clone the repo and cd into the folder you cloned

  3. Install R and python packages

    RScript setup.R
    pip3 install -r requirements.txt
  4. Open the jupyter notebook

    jupyter notebook notebook.ipynb

Additional steps for FiveThirtyEight Writers

See additional setup instructions inside setup-fte.R.