HealthBioscienceIDEAS / microscopy-novice

https://healthbioscienceideas.github.io/microscopy-novice/
Other
1 stars 0 forks source link

Decide on python/napari teaching style #7

Closed K-Meech closed 9 months ago

K-Meech commented 10 months ago

Definition of done

We need to decide how much we focus on directly manipulating images with python (numpy / scikit-image) vs only using the napari user interface + plugins. We could:

Another combination?

davecash75 commented 10 months ago

@K-Meech If helpful, here are some previous attempts around talking about images: https://github.com/HealthBioscienceIDEAS/software_carpentry_september_2022/tree/main A few different branches are ahead of this one and might be relevant.

K-Meech commented 10 months ago

Just to add another option here - we could also use napari directly (installed via conda) + do any numpy/scikit-image calls directly from its built-in python console. This would save us having to introduce Jupyter notebooks and swapping back and forth between Jupyter and napari. Screenshot 2023-11-02 133807

davecash75 commented 10 months ago

Given that we already have the heavy documentation on sandpaper, this seems like a really nice approach to me.

K-Meech commented 9 months ago

I'm going to close this issue, as we've decided on using Napari directly + doing any python calls in its built-in console