Skip to content

Koushouu/Bioimage-Analysis-Workshop-Taipei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bioimage Analysis Workshop Taipei

Course material for bioimage analysis workshop at Academia Sinica, Taipei. The course materials are heavily based on:

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” work flow as below for the setup.
  • If you are not confortable with python, please follow the “Basics in Python” Jupyter notebook to learn the basics of python programming
  • If you want something more to get yourself more comfortable with python programming for image proessing, follow “Basics in Python2” Jupyter notebook. (to be updated)

Creating a Python Environment for the workshop

  1. With 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
    conda install matplotlib
    conda install scipy
    conda install scikit-image
    conda install ipywidgets
    
    jupyter nbextension enable --py --sys-prefix widgetsnbextension
  4. In anaconda navigator, change the environment to the newly created environment

    anaconda_change_env

  5. Install Jupyter notebook in this environment

  6. Launch the jupyter notebook

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published