To set up a basic conda environment with packages you need for this group, do the following:
conda create -n cosmolab jupyterlab numpy scipy matplotlib cython python=3.7
- Terminal shortcuts:
ctl + a
beginning of linectl + e
end of linectl + k
cut linectl + y
"yank" (paste) previously cut line