Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 412 Bytes

useful_tips.md

File metadata and controls

15 lines (11 loc) · 412 Bytes

conda environment

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

Running list of random useful productivity tips

  • Terminal shortcuts:
    • ctl + a beginning of line
    • ctl + e end of line
    • ctl + k cut line
    • ctl + y "yank" (paste) previously cut line