Skip to content
/ jupyter-quickstart Public template

Quickstart for my preferred Jupyter notebook setup (R + Python)

Notifications You must be signed in to change notification settings

dmil/jupyter-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Quickstart for my preferred Jupyter notebook setup (R + Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published