Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 378 Bytes

File metadata and controls

20 lines (14 loc) · 378 Bytes

install custom kernel

open terminal

first time setup python config

conda config --prepend envs_dirs ${HOME}/conda

create the kernel, addding all packages

conda create -y -n astro 'numpy<2' python=3.11 astropy matplotlib spectral-cube pandas
conda activate astro

# install jupyterlab to enable integration
conda install jupyterlab
conda install conda-pack