Thanks for attending!
- Julia Basics
- Julia Data Visualization
- Homework
- Homework solution
- Code for YouTube tutorials: https://github.com/jorislimonier/julia-tutorial-2021
- Invoice Generator in Julia: https://github.com/jorislimonier/julia-invoice-generator
- Julia Course: https://www.manning.com/liveprojectseries/learn-julia-ser
- How to download the
airquality
dataset?- using the
RDatasets
library
- using the
- Do I need Python installed?
- No
- How to run Julia code from a notebook?
- From Visual Studio Code (VS Code):
- Install Visual Studio Code
- Download the Julia extension from within VS Code
- Download the IJulia library through the terminal (allows to run cells in Julia)
- Create a notebook
- Change the Notebook kernel to your julia
- From Jupyter Notebook
- Start Jupyter Notebook
- Follow steps 3, 4 and 5 above
- From Visual Studio Code (VS Code):