Software Resource - Fall 2020
  • Introduction
  • Anaconda
    • Getting started
    • Managing conda environments
      • Using Navigator
      • Using Terminal
      • Issues using zsh shell
    • Jupyter Notebook
  • Finite Element (FEniCS)
    • Getting started
    • Tutorial
  • Black Box (ML libraries)
    • Tensorflow
    • Pytorch
    • Scikit-learn
    • GPU acceleration
  • Version Control (Git)
    • Getting started
Powered by GitBook
On this page
  • Anaconda installers
  • Miniconda installers

Was this helpful?

  1. Anaconda

Getting started

Anaconda is a Python distribution that includes many common packages for data science and a package management system (conda). Using Anaconda is convenient and recommended in this course.

PreviousIntroductionNextManaging conda environments

Last updated 4 years ago

Was this helpful?

Anaconda installers

Select the appropriate installer for your operating system from Anaconda and then follow the instructions to install it on your computer.

Miniconda installers

If you are concerned about the size of Anaconda, you can install miniconda instead. Miniconda only includes the basics, such as Python and conda, so you must install other packages by yourself.

Anaconda | Individual EditionAnaconda
Miniconda — Conda documentation
Logo
Logo