haesleinhuepf / BioImageAnalysisNotebooks

Python Jupyter notebooks for BioImageAnalysis, GPU-accelerated image processing, bio-image data science and more
https://haesleinhuepf.github.io/BioImageAnalysisNotebooks
BSD 3-Clause "New" or "Revised" License
123 stars 35 forks source link

Import packages #16

Closed guiwitz closed 2 years ago

guiwitz commented 2 years ago

This chapter explains how to import packages into a notebook. In particular it covers the various ways to import the same function such as import mypackage.myfun, from mypackage import myfun etc.

haesleinhuepf commented 2 years ago

Very cool. Thanks again @guiwitz !