Skip to content

guiwitz/PyImageCourse

Repository files navigation

Binder

1. Installation

  • Clone or download this repository.

  • Open a terminal and cd to it.

  • Create the conda environment by typing:

    conda env create -f binder/environment.yml
  • Activate the conda environment by typing:

    conda activate improc_env
  • Download the data by typing:

    python installation/download_data.py
  • To use JupyterLab, install extensions by executing:

    chmod u+x installation/install_jlab_extensions.sh
    ./installation/install_jlab_extensions.sh

2. Exploring the PyImageCourse

Whenever you want to run a course notebook, first activate the environment:

conda activate improc_env

or if that doesn't work try:

source activate improc_env

Then start a Jupyter instance and move to the course folder:

jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published