conda create -n neurodev_cs_predictive python=3.7
conda activate neurodev_cs_predictive
# Essentials
pip install jupyterlab ipython pandas numpy seaborn matplotlib nibabel glob3 nilearn ipywidgets tqdm
pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install
# Statistics
pip install scipy statsmodels sklearn pingouin pygam brainspace bctpy shap
# Pysurfer for plotting
pip install vtk==8.1.2
pip install mayavi
pip install PyQt5
jupyter nbextension install --py mayavi --user
jupyter nbextension enable --py mayavi --user
jupyter nbextension enable --py widgetsnbextension
pip install pysurfer
cd /Users/lindenmp/Google-Drive-Penn/work/research_projects/neurodev_cs_predictive
conda env export > environment.yml
pip freeze > requirements.txt
conda create -n neurodev_cs_predictive python=3.7
conda activate neurodev_cs_predictive
# Essentials
pip install ipython pandas numpy glob3
# Statistics
pip install scipy statsmodels sklearn
cd /cbica/home/parkesl/miniconda3/envs/neurodev_cs_predictive/
conda env export > environment.yml
pip freeze > requirements.txt