Software Installation

  1. Install Jupyter Notebook
  2. Install python datascience library
  3. Launch the Jupyter Notebook
  4. Make a Jupyter notebook and test that the datascience library is installed properly using the program below.

Simple Python Program

from datascience import *
Table().with_columns('Number of petals', make_array(8, 34, 5))

Learn Basics of Markdown