Skip to content

RGarrido03/Julia-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Julia-workshop

Setup

Install Julia from the official website. You can also use a package manager:

brew install julia      # macOS
sudo apt install julia  # Debian/Ubuntu

Install the IJulia package:

julia -e 'using Pkg; Pkg.add("IJulia")'

Run

Either use an IDE like VSCode, or use the command line:

jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published