Notebook utilities

[TODO]

OpticSim.NotebooksUtils.run_sampleFunction
run_sample(sample_name::String)

Launch Pluto and allow the user to open a specific sample notebook. If a notebook of the same name exists in the current working folder, it will be opened in Pluto, otherwise, the original sample notebook will be copied to the current folder and be used. This beheviour will prevent users from updating the original sample notebook.

source
OpticSim.NotebooksUtils.runFunction
function run(notebook_filename)

Launch Pluto and allow teh user to open a specific notebook.

source
function run(; port=nothing, path=nothing, sysimage_file=nothing )

Launch Pluto and allow teh user to open a specific notebook. Also allow the usage of a sysimage file for faster loading.

source