rladies / bcn_20170424_rbokeh

R-Ladies Barcelona - A small introduction to rBokeh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

intro-rbokeh

Another introduction to rBokeh with Jupyter.

Prerequisites

  • Python
  • Conda

Install Conda

  1. Download Conda https://conda.io/miniconda.html according to your platform
  2. Install following the official instructions: https://conda.io/docs/install/quick.html

Create Conda environment

$> conda create -n my-env-name

Activate/deactivate environment

Activate: $> source activate my-env-name

Deactivate: $> deactivate

Install R packages

With your environment active, excute: $> conda create -n my-r-env-name -c r r-essentials

About

R-Ladies Barcelona - A small introduction to rBokeh


Languages

Language:Jupyter Notebook 52.2%Language:HTML 47.8%