All Projects → JuliaAcademy → JuliaAcademyMaterials

JuliaAcademy / JuliaAcademyMaterials

Licence: MIT license
Assets and Infrastructure for JuliaAcademy.com

Programming Languages

julia
2034 projects
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to JuliaAcademyMaterials

DataFrames
Welcome to DataFrames.jl with Bogumił Kamiński
Stars: ✭ 106 (+76.67%)
Mutual labels:  julia-language, learn-julia
BusinessDays.jl
📆 A highly optimized Business Days calculator written in Julia language. Also known as Working Days calculator.
Stars: ✭ 53 (-11.67%)
Mutual labels:  julia-language
MolecularGraph.jl
Graph-based molecule modeling toolkit for cheminformatics
Stars: ✭ 144 (+140%)
Mutual labels:  julia-language
JOLI.jl
Julia Operators LIbrary
Stars: ✭ 14 (-76.67%)
Mutual labels:  julia-language
GRUtils.jl
Tools for using the GR framework in Julia
Stars: ✭ 29 (-51.67%)
Mutual labels:  julia-language
OptimizationProblems.jl
Optimization Problems for Julia
Stars: ✭ 65 (+8.33%)
Mutual labels:  julia-language
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (-45%)
Mutual labels:  julia-language
AbstractOperators.jl
Abstract operators for large scale optimization in Julia
Stars: ✭ 26 (-56.67%)
Mutual labels:  julia-language
FaceDetection.jl
A face detection algorithm using Viola-Jones' rapid object detection framework written in Julia
Stars: ✭ 13 (-78.33%)
Mutual labels:  julia-language
WebDriver.jl
A WebDriver / JSON Wire Protocol Binding Compatible with Selenium for the Julia Language.
Stars: ✭ 30 (-50%)
Mutual labels:  julia-language
OmniSci.jl
Julia client for OmniSci GPU-accelerated SQL engine and analytics platform
Stars: ✭ 22 (-63.33%)
Mutual labels:  julia-language
LightGBM.jl
LightGBM.jl provides a high-performance Julia interface for Microsoft's LightGBM.
Stars: ✭ 40 (-33.33%)
Mutual labels:  julia-language
BeautifulMakie
https://lazarusa.github.io/BeautifulMakie/
Stars: ✭ 281 (+368.33%)
Mutual labels:  julia-language
MathTeXEngine.jl
A latex math mode engine in pure Julia.
Stars: ✭ 61 (+1.67%)
Mutual labels:  julia-language
deoplete-julia
deoplete.nvim source for julia. Providing julia Syntax Completions for julia, in Neovim (deprecated for julia 0.6+)
Stars: ✭ 12 (-80%)
Mutual labels:  julia-language
Julia-sublime
Julia syntax highlighting for Sublime Text
Stars: ✭ 106 (+76.67%)
Mutual labels:  julia-language
Pajarito.jl
A solver for mixed-integer convex optimization
Stars: ✭ 98 (+63.33%)
Mutual labels:  julia-language
EventSimulation.jl
An event based Discrete Event Simulation engine
Stars: ✭ 18 (-70%)
Mutual labels:  julia-language
Julia
Algorithms implemented in the Julia programming language. We're collaborating with the Humans of Julia community!
Stars: ✭ 216 (+260%)
Mutual labels:  julia-language
PlutoTest.jl
✔️ Visual, reactive testing library for Julia. Time machine included.
Stars: ✭ 56 (-6.67%)
Mutual labels:  julia-language

Source files for Julia Academy Notebooks

  • Running julia --project build.jl will
    1. Create a Notebooks/ directory
    2. Course content in Courses/ will get converted to notebook (if .jl file) or get directly copied.
    3. A specific course can be built by giving it as an argument, e.g. julia --project build.jl SomeCourse.

Tips

  • If you're using Plots + GR, add ENV["GKSwstype"] = "100" #src to your .jl file.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].