Training courses
How to download all available examples
To load all available examples in the environment Engee, run the following code in the script editor Script editor .
if isdir("/user/start/content_updater")
rm("/user/start/content_updater";force = true, recursive = true)
end
run(`git clone https://git.engee.com/learn-engee/content-catalog.git /user/start/content_updater`)
After executing the command, the script will be loaded from the path/user/start/content_updater
in the file browser Engee and will be called refresh_demo_catalog.ngscript. Double click on it to open.

To get courses, hover your cursor over the cell with the code under the description of the course you are interested in and click on the green button that appears Execute:

To get all courses at once:
Click on the button Run script in the upper right corner of the script editor:
Or enter and execute the command:
engee.script.run("/user/start/content_updater/refresh_demo_catalog.ngscript")
The downloaded courses will be located in the «Courses» folder, and for the introductory course «Quick Start» there is a separate folder with the same name.:
