DOI: https://doi.org/10.3289/SW_4_2024
This repository contains Pluto notebooks for users to run the most important procedures implemented in PointProcessTools.jl with a simple GUI.
-
Install Julia
Follow the instructions from the JuliaLang site.
-
Download all the files
i. With git
Clone this repository. In the terminal, type
cd path/to/download git clone https://github.com/JoseKling/PointProcessTools.jl-Notebooks.gitii. Manually
Click the green 'Code' button at the top of this page and 'Download ZIP'. Unpack the .zip file in the desired folder.
- Navigate to the folder with the files and, from the terminal, run
julia start.jl-
Open your browser and type the address 'localhost:8080'.
-
When you are done, close the browser and type
ctrl-cto stop the process in the terminal.
Note 1: The first time you run it should take some time to download and precompile all the packages. It will be faster the next times.
Note 2: The notebooks are automatically updated when some change is made to this GitHub repository. If you don't want that, you can replace the line
PlutoSliderServer.run_git_directory("./");with
PlutoSliderServer.run_directory("./");in the file start.jl.