Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 444 Bytes

jupyterSetUp.md

File metadata and controls

31 lines (21 loc) · 444 Bytes

Setting up conda enviroment for scanpy and jupyter

Create project environment

conda create -n final_project python=3.8

Activate created environment

conda activate final_project

Install packages

conda install -c conda-forge jupyter numpy pandas scanpy matplotlib

May need to update matplotlib

conda update matplotlib

Open jupyter notebook

jupyter notebook