Technical requirements
You will need a computer with an internet connection and the following software installed:
- A modern web browser.
- Julia 1.6 or higher.
- The
Pluto
andIJulia
Julia packages to access the notebooks andPlots
,GLMakie
, andWGLMakie
for plotting. The chapter will also mention other plotting libraries, but those are the only ones that are required. - A text editor could be handy to work with the example scripts; we recommend having Visual Studio Code (VS Code) with the Julia extension.
The code examples for this chapter are in the Chapter03
folder of the book’s GitHub repository, found at https://github.com/PacktPublishing/Interactive-Visualization-and-Plotting-with-Julia.