Another introduction to rBokeh with Jupyter.
- Python
- Conda
- Download Conda https://conda.io/miniconda.html according to your platform
- Install following the official instructions: https://conda.io/docs/install/quick.html
$> conda create -n my-env-name
Activate:
$> source activate my-env-name
Deactivate:
$> deactivate
With your environment active, excute:
$> conda create -n my-r-env-name -c r r-essentials