Notebook utilities
[TODO]
OpticSim.NotebooksUtils.run_sample
— Functionrun_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.
OpticSim.NotebooksUtils.SetBackend
— Functionfunction SetBackend(defs::Defs, be::String)
this is my first comment try
OpticSim.NotebooksUtils.run
— Functionfunction run(notebook_filename)
Launch Pluto and allow teh user to open a specific notebook.
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.
OpticSim.NotebooksUtils.InitNotebook
— FunctionInitNotebook(; port=8449)
initialize the JSServe package.