https://github.com/ageron/julia_notebooks
Julia Jupyter/Colab Notebooks
https://github.com/ageron/julia_notebooks
Last synced: 10 months ago
JSON representation
Julia Jupyter/Colab Notebooks
- Host: GitHub
- URL: https://github.com/ageron/julia_notebooks
- Owner: ageron
- License: mit
- Created: 2020-06-23T06:38:28.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T18:26:59.000Z (over 3 years ago)
- Last Synced: 2024-12-09T21:36:21.927Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 504 KB
- Stars: 154
- Watchers: 10
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Julia Notebooks
Some Julia Jupyter/Colab Notebooks to learn and play around with the [Julia language](https://julialang.org/).
Right now, there are two notebooks:
* [Julia_for_Pythonistas.ipynb](https://colab.research.google.com/github/ageron/julia_notebooks/blob/master/Julia_for_Pythonistas.ipynb)
* This is an introduction to the Julia language for Python programmers.
* It covers the main Python constructs and shows how to code them in Julia.
* Also covers powerful Julia features such as parallel computing and metaprogramming.
* [Julia_Colab_Notebook_Template.ipynb](https://colab.research.google.com/github/ageron/julia_notebooks/blob/master/Julia_Colab_Notebook_Template.ipynb)
* This is a template to create Colab notebooks for Julia. It was inspired by the notebooks proposed in [this discussion](https://discourse.julialang.org/t/julia-on-google-colab-free-gpu-accelerated-shareable-notebooks/15319/24), with additional features.
* It supports setting the version of Julia easily (from 0.7.0 to the latest version).
* Easy to change the list Julia packages to install.
* Support setting the number of threads.
_Enjoy!_