Skip to content

Notes and Pluto.jl notebooks documenting different aspects of the Julia language.

License

Notifications You must be signed in to change notification settings

fjebaker/julia-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

julia-notes

Notes and Pluto.jl notebooks from documenting different aspects of the Julia language.

Setup

To adequately view, Pluto.jl is required. I have packaged all of the dependencies into the Project.toml, which can be setup with

julia> ]
(@v1.5) pkg> activate .
(@v1.5) pkg> instantiate

whilst in the root directory.

Starting Pluto.jl

Pluto may be started from the Julia command line with

julia> using Pluto; Pluto.run()

Starting Jupyter

Install requirements

pip install -r requirements.txt

Provided you haven't already activated this local Julia envionment, do so as above.

Start jupyter

jupyter-notebook

In a julia prompt, for the interactive widgets you will also require WebIO (which is installed with IJulia) -- to set this up, use

WebIO.install_jupyter_nbextension()

About

Notes and Pluto.jl notebooks documenting different aspects of the Julia language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published