Changes for page DEMO - Working with FLASH data
Last modified by makuadm on 2026-01-07 06:21
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,5 +1,17 @@ 1 1 test 2 2 3 +\\ 4 + 5 +{{expand}} 6 + 7 + 8 +{{view-file att--filename="tmp.mp4" height="250"/}} 9 +{{/expand}} 10 + 11 +\\ 12 + 13 +\\ 14 + 3 3 ---- 4 4 5 5 === TODO === ... ... @@ -24,6 +24,10 @@ 24 24 {{task reference="/Tasks/Task_21" status="InProgress"}} 25 25 conda ? 26 26 {{/task}} 39 + 40 +{{task reference="/Tasks/Task_36" status="InProgress"}} 41 +explain install from channel instead of fixed environment, but can use environment file from example repository 42 +{{/task}} 27 27 ))) 28 28 {{/task}} 29 29 ))) ... ... @@ -158,7 +158,7 @@ 158 158 ... 159 159 160 160 161 -class Run: 177 +class Run: # constructor optional without RunDirectory or use there self.path 162 162 163 163 def get_files(): 164 164 ...