https://github.com/erickchacon/julia-tutorial
Lessons of Julia for Statistics compatible with binder
https://github.com/erickchacon/julia-tutorial
Last synced: 5 months ago
JSON representation
Lessons of Julia for Statistics compatible with binder
- Host: GitHub
- URL: https://github.com/erickchacon/julia-tutorial
- Owner: ErickChacon
- Created: 2021-08-31T02:37:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-20T10:04:07.000Z (8 months ago)
- Last Synced: 2025-04-24T02:43:11.882Z (8 months ago)
- Language: Jupyter Notebook
- Homepage: https://ErickChacon.github.io/julia-tutorial/
- Size: 19.4 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![][docs-img]][docs-url]
[![][binder-img]][binder-url]
## A Julia Tutorial
This is a julia tutorial accesible through binder and as a web page.
[docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg
[docs-url]: https://erickchacon.github.io/julia-tutorial/
[binder-img]: https://mybinder.org/badge_logo.svg
[binder-url]: https://mybinder.org/v2/gh/ErickChacon/julia-tutorial/HEAD?labpath=notebooks
## Julia Setup
1. Install julia (https://julialang.org/downloads/)
2. Install an interface:
- IJulia
1. Open `julia`
1. Open the package manager using `]`
1. Install IJulia executing `add IJulia`
1. Execute Jupyter inside julia with `using IJulia; jupyterlab()`
- VSCode
1. Install VSCode (https://code.visualstudio.com/)
1. Open VSCode
1. Click on `Extensions`, search `julia` and click `install`.
1. Click on `Extensions`, search `jupyter` and click `install`.
1. Enable Notebook controller in the Julia extension settings.