Skip to content

cfddong/JuliaTutorials

This branch is 12 commits behind JuliaAcademy/JuliaTutorials:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 17, 2021
Mar 17, 2021
Jan 21, 2020
Mar 17, 2021
Jan 3, 2020
Feb 12, 2021
Feb 27, 2018
Jan 3, 2020
Feb 11, 2021
Jul 19, 2021
Sep 13, 2018
Jan 22, 2020
Jan 3, 2020

Repository files navigation

JuliaBoxTutorials

This repository contains introductory tutorials for the Julia language in the form of Jupyter Notebooks. You can run the notebooks locally by installing nteract.

Running Julia on your Computer

You can also do these tutorials by installing julia on your computer, setting up Jupyter, and downloading this tutorial repository to your computer. If you're new to Julia, you can do that by following these steps:

  1. Download julia from https://julialang.org/downloads/ (download the latest "stable" version).
    • Follow the instructions to install it on your computer (e.g. On macOS, drag it to Applications. On Windows, run the installer.)
  2. Install julia's Jupyter Notebooks integration: IJulia.jl
    • Open the installed julia application, and you are presented with a "REPL" prompt. This is the main Julia interface. There, type this closing bracket character: ] to open the package manager. Then type add IJulia to install the jupyter notebook interface for julia.
    • Then exit the package manager by pressing delete (as if you're deleting the ] you typed to enter package mode)
    • Now you can open the jupyter notebooks by entering using IJulia, then once that loads, entering IJulia.notebook(), which should open a Jupyter tab in your browser.
  3. Last, download the tutorials from this repository, via the github Clone/Download button above, or clicking this link:

And now from the Jupyter tab in your browser, you can navigate to the folder where you downloaded the tutorials, and then click on the name of one of them to get started! Enjoy!

About

Learn Julia via interactive tutorials!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.3%
  • Julia 4.8%
  • Other 0.9%