These notes are based on the Udacity course.
- Download the installation script from the official website:
wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
- Execute the installation script and follow the procedure:
chmod +x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh
- Recreate the conda environment:
conda env create --name udacity-ml --file environments.yml
You can find more information on how to install miniconda on your system here.
- Use
rundoc
to test python snippets inside markdown text;