Engee documentation

How to get course materials

Read more about working with scripts and their code cells in the article First steps. Introduction to technical calculations Engee.

When working in Engee, any user will find it useful to familiarise themselves with the materials from courses, which explain and demonstrate in practice the possibilities and different scenarios of working in Engee. You do not need to leave your workspace to download them, just download the interactive script that provides a brief description of the courses and the commands to retrieve them in Engee:

refresh demo catalog

To download such a script, run the following command in script editor interactive script icon:

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 at the path /user/start/content_updater in file browser file browser 7 Engee and will be named refresh_demo_catalog.ngscript. Double click on it to open it.

refresh demo 1

To get the courses, put the cursor over the code box under the description of the course of interest and click on the green button that appears Execute courses 2 1 :

refresh demo catalog 1

To receive all courses at once:

  • Click on Run script courses 2 1 in the upper right corner of the script editor:

    refresh demo catalog 2

  • Or type and execute the command:

    engee.script.run("/user/start/content_updater/refresh_demo_catalog.ngscript")

Downloaded courses will lie in the "Courses" folder, and a separate folder with the same name is provided for the introductory "Quick Start" course:

refresh demo 3