Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 413 Bytes

INSTALLATION.md

File metadata and controls

20 lines (16 loc) · 413 Bytes

generate the conda environment and install the necessary libraries with the following commands:

$ conda create -n ipyparallelseminar python=3.6

activate the environment on linux & OSX:

$ source activate ipyparallelseminar

activate the environment on Windows:

$ activate ipyparallelseminar

install the necessary libs:

conda install ipyparallel ipykernel numpy matplotlib pandas