Skip to content

Julia tutorial examples from IEEE AIE workshop at Vaasa University 20-22.05.24

License

Notifications You must be signed in to change notification settings

julia-users-helsinki/aie-workshop

Repository files navigation

aie-workshop

Julia tutorial examples from IEEE AIE workshop at Vaasa University 20-22.05.24

Setup

First you need to install Julia. The recommended way is to use juliaup. But you can also download the latest Julia binary from the download page.

  1. Open a terminal

  2. Clone this repository https://github.com/julia-users-helsinki/aie-workshop.git

  3. Enter the repository directory

  4. Start a julia session by calling julia --project in the terminal

  5. Install all needed dependencies with using Pkg; Pkg.instantiate(). This might take a while, but after that you have installed everythin you need for the tutorials

About

Julia tutorial examples from IEEE AIE workshop at Vaasa University 20-22.05.24

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published