Workflow

  1. Open terminal
  2. Set up python environment: conda activate myenv
  3. Coding using your favorate editor/ using jupyter notebook: jupyter notebook
  4. Run python code in terminal: python code.py

Environment management in conda

More to come…