Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1.09 KB

File metadata and controls

29 lines (25 loc) · 1.09 KB

JuliaCon23_ImageProcessingWorkshop

Preparation for the workshop (10min)

  • If needed, install Julia. We recommend Juliaup:
  • If needed, install Jupyter. There are several options:
  • Clone this repository with git
  • Activate the environment, instantiate, and precompile:
using Pkg
Pkg.activate(path_to_repository_clone)
Pkg.instantiate()
Pkg.precompile()
  • Launch Jupyter
  • Run the notebooks to ensure they execute (we'll go over them in detail during the workshop)

JuliaImages resources and social media: