jni / scipy-2023-tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image analysis and visualization in Python with scikit-image, napari, and friends

See the tutorial page on the SciPy 2023 site for details.

Installation & running this tutorial

⚠️ WARNING: You should reinstall this just before the conference as we might have made some changes by then. ⚠️

First you need to download this tutorial repository to your local machine. You can do so in one of two ways:

  • If you are familiar with git, clone this repository with the command:

    git clone https://github.com/scipy-2023-image-analysis/tutorial

    And navigate to the cloned repository.

  • Otherwise, download the repository as a zip file directly using this link: https://github.com/scipy-2023-image-analysis/tutorial/archive/refs/heads/main.zip Then, using your file browser, navigate to the downloaded file, unzip it (optionally to a different location on your computer), and navigate to the contents of the folder scipy-2023-image-analysis.

At this point, follow the installation instructions in the file tutorial/install_dependencies.md

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%