The static version (with no interactive elements) of Pluto notebook with ThermovisorImages.jl usage is available at: ThermovisorImages.html .Notebook file itself is available at Pluto notebooks.

To run these notebooks, you need:

  1. Install julia language itself from its official download page
  2. Install Pluto notebook from julia REPL 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

  1. Copy/Clone the entire GitHub repository to your local folder. As far as ThermovisorImages.jl is not a registered package, all files needed to run the notebooks must be in the ../notebooks folder with respect to note_book_name.jl file location.
  2. Open notebook's .jl- file in Pluto by providing the full path to the "Open a notebook" text field on Pluto's starting page. As far as Pluto has its own package manager, it will automatically install all necessary dependancies, which are marked in using cell of this file.