jorislimonier / workshop-getting-started-with-julia

Content for the workshop Getting Started with Julia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workshop: Getting Started with Julia

Thanks for attending!

Resources 📚

In this repo

  1. Julia Basics
  2. Julia Data Visualization
  3. Homework
  4. Homework solution

Other repo's

FAQ

  • How to download the airquality dataset?
    • using the RDatasets library
  • Do I need Python installed?
    • No
  • How to run Julia code from a notebook?
    • From Visual Studio Code (VS Code):
      1. Install Visual Studio Code
      2. Download the Julia extension from within VS Code
      3. Download the IJulia library through the terminal (allows to run cells in Julia)
      4. Create a notebook
      5. Change the Notebook kernel to your julia
    • From Jupyter Notebook
      • Start Jupyter Notebook
      • Follow steps 3, 4 and 5 above

Reach out 📬

Sources ℹ️

About

Content for the workshop Getting Started with Julia.

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%