The static version of PlanckFunctions.jl Pluto notebook is available at :planck_test_git.html .
Notebook file withPlanckFunctions.jl usage examples are available at Pluto notebooks.To run these notebooks, you need:
- Install
julialanguage itself from its official download page - Install Pluto notebook from
juliaREPL by entering the following commands line-by-line:
import Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run()The last line will launch the Pluto starting page in your default browser
- Copy/Clone the entire GitHub repository to your local folder. As far as
PlanckFunctions.jlis not a registered package, all files needed to run the notebooks must be in the../srcfolder with respect tonote_book_name.jlfile location. - Open notebook's
.jl- file inPlutoby providing the full path to the "Open a notebook" text field onPluto's starting page. As far asPlutohas its own package manager, it will automatically install all necessary dependancies, which are marked inusingcell of this file.