Skip to content

ReneSkukies/PlutoNotebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

There are two ways to using the Pluto Notebooks in this repository. The first one (using Binder) is easy, doesn't require you to set up anything and runs online. However, this method sometimes (often) doesn't work, is slow and some functionality might be a bit off.

If this doesn't work for you, you can still install Julia, add Pluto.jl and run everything locally.

Using Julia and Pluto.jl (recommended)

Update: You can also just start Pluto the way it's explained further down and copy/paste the url to a specific notebook directly into Pluto's file prompt. Pluto will then automatically download the file into a temp folder and open it for you! No need to download anything from the repo anymore.

First you need to either download the specific notebook file you want to use (from the src folder) or clone/ download the entire repo.

If Julia is not already installed on your computer go to https://julialang.org/downloads/ and download your respective version. I used Julia Version 1.7.1, so every version past that should work as well. Now just start and follow the wizard.

Next you want to open any command prompt (for Windows tap the windows key and type "cmd") and type "julia" into the command line. This should've started julia. Now type "]" to get to the package manager (the green "julia" text should be replaced by a blue version number) and type "add Pluto".

After Pluto is installed hit backslash to exit the package manager and execute the commands "using Pluto" and subsequently "Pluto.run()" to open a Pluto session in your default browser. From here you can paste the (absolut local) path to your desired notebook and start exploring.

Binder

Simply go to http://pluto-on-binder.glitch.me/ and copy the permalink from any Pluto notebook (e.g. https://github.com/ReneSkukies/PlutoNotebooks/blob/main/src/nb_unfold_introduction.jl ) into the text field and click the binder link.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages