Примеры
Обработка изображений и видео
Как загрузить все доступные примеры
Чтобы загрузить все доступные примеры в среде Engee, выполните следующий код в редакторе скриптов Редактор скриптов .
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`)
if isdir("/user/start/examples")
rm("/user/start/examples";force = true, recursive = true)
end
using HTTP
using JSON
include("/user/start/content_updater/gitlab_jl_ops.jl")
dl_demos("/user/start","HTTP")
Скачанные примеры будут лежать в папке «examples» файлового браузера Engee:
