Skip to content

All materials for bioimage analysis workshop at Kyoto and Taipei, Dec 2023 and Jan 2024

License

Notifications You must be signed in to change notification settings

WeiChenChu/Bioimage-Analysis-Workshop-23-24

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bioimage-Analysis-Workshop-23-24

The course materials for the bioimage analysis workshop at LiMe, KyotoU. Please note that these materials have been heavily adopted from:

Pre-requirement of the workshop

Please prepare the following before the workshop:

  • Please install Anaconda (https://www.anaconda.com/) on your laptop (Yes, you need a laptop) and follow the “Creating a Python Environment for the workshop” workflow below for the setup.

Creating a Python Environment for the workshop

  1. With the Anaconda prompt, create a virtual environment with the name “bioimage-analysis”

    conda create --name bioimage-analysis python=3.8
  2. Then activate the environment

    conda activate bioimage-analysis
  3. Install all the necessary packages

    conda install numpy matplotlib scipy scikit-image ipywidgets jupyter jupyterlab 

    then install Napari with

    python -m pip install "napari[all]"
  4. Launch the Jupyter Lab by

    jupyter lab
  5. Navigate to the downloaded files

About

All materials for bioimage analysis workshop at Kyoto and Taipei, Dec 2023 and Jan 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Python 0.3%