Skip to content

raquelredo/intro-rbokeh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

A small introduction to rBokeh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 52.2%
  • HTML 47.8%