Changes for page DEMO - Working with FLASH data
Last modified by makuadm on 2026-01-07 06:21
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -DEMO - Documentation1 +DEMO - Working with FLASH data - Content
-
... ... @@ -1,47 +1,153 @@ 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 === 6 6 7 -(% style="list-style-type: square;" %) 8 -* Short descriptions including Links: → as Text\\ 9 -(% style="list-style-type: square;" %) 10 -** GPFS 11 -** JupyterHub 12 -** conda ? 19 +(% class="task-list" %) 20 +((( 21 +{{task reference="/Tasks/Task_18" status="InProgress"}} 22 +Short descriptions including Links: → as Text\\ 13 13 24 +(% class="task-list" %) 25 +((( 26 + 27 + 28 +{{task reference="/Tasks/Task_19" status="InProgress"}} 29 +GPFS 30 +{{/task}} 31 + 32 +{{task reference="/Tasks/Task_40" status="InProgress"}} 33 +Access rights 34 +{{/task}} 35 + 36 +{{task reference="/Tasks/Task_41" status="InProgress"}} 37 +Gamma Portal 38 +{{/task}} 39 + 40 +{{task reference="/Tasks/Task_42" status="InProgress"}} 41 +Maxwell 42 +{{/task}} 43 + 44 +{{task reference="/Tasks/Task_20" status="InProgress"}} 45 +JupyterHub 46 +{{/task}} 47 + 48 +{{task reference="/Tasks/Task_21" status="InProgress"}} 49 +conda ? 50 +{{/task}} 51 + 52 +{{task reference="/Tasks/Task_36" status="InProgress"}} 53 +explain install from channel instead of fixed environment, but can use environment file from example repository 54 +{{/task}} 55 +))) 56 +{{/task}} 57 +))) 58 + 14 14 \\ 15 15 16 -* distribution 17 -** channel (where to host?) 18 -** environment file (repository with examples) 61 +(% class="task-list" %) 62 +((( 63 +{{task reference="/Tasks/Task_22" status="InProgress"}} 64 +distribution 19 19 66 +(% class="task-list" %) 67 +((( 68 + 69 + 70 +{{task reference="/Tasks/Task_23" status="InProgress"}} 71 +channel (where to host?) 72 +{{/task}} 73 + 74 +{{task reference="/Tasks/Task_24" status="InProgress"}} 75 +environment file (repository with examples) 76 +{{/task}} 77 +))) 78 +{{/task}} 79 +))) 80 + 20 20 \\ 21 21 22 -(% style="list-style-type:square;" %)23 - * Documentation24 - (% style="list-style-type:square;"%)25 - ** here VS repository vs sphinx83 +(% class="task-list" %) 84 +((( 85 +{{task reference="/Tasks/Task_25" status="InProgress"}} 86 +Documentation 26 26 88 +(% class="task-list" %) 89 +((( 90 + 91 + 92 +{{task reference="/Tasks/Task_26" status="InProgress"}} 93 +here VS repository VS sphinx 94 +{{/task}} 95 +))) 96 +{{/task}} 97 +))) 98 + 27 27 \\ 28 28 29 -(% style="list-style-type:square;" %)30 - * Binder31 - (% style="list-style-type:square;"%)32 - ** examples with Stefan101 +(% class="task-list" %) 102 +((( 103 +{{task reference="/Tasks/Task_27" status="InProgress"}} 104 +Binder 33 33 106 +(% class="task-list" %) 107 +((( 108 + 109 + 110 +{{task reference="/Tasks/Task_28" status="InProgress"}} 111 +examples with Stefan 112 +{{/task}} 113 +))) 114 +{{/task}} 115 +))) 116 + 34 34 \\ 35 35 36 -(% style="list-style-type: square;" %) 37 -* Screencast 38 -(% style="list-style-type: square;" %) 39 -** login in jupyter hub 40 -** login maxwell display 41 -** use slix 42 -** use hdfview plugin in jupterLab 43 -** create conda env with flashh5 119 +(% class="task-list" %) 120 +((( 121 +{{task reference="/Tasks/Task_29" status="InProgress"}} 122 +Screencast 44 44 124 +(% class="task-list" %) 125 +((( 126 + 127 + 128 +{{task reference="/Tasks/Task_30" status="InProgress"}} 129 +login in jupyter hub 130 +{{/task}} 131 + 132 +{{task reference="/Tasks/Task_31" status="InProgress"}} 133 +login maxwell display 134 +{{/task}} 135 + 136 +{{task reference="/Tasks/Task_32" status="InProgress"}} 137 +use slix 138 +{{/task}} 139 + 140 +{{task reference="/Tasks/Task_33" status="InProgress"}} 141 +use hdfview plugin in jupterLab 142 +{{/task}} 143 + 144 +{{task reference="/Tasks/Task_34" status="InProgress"}} 145 +create conda env with flashh5 146 +{{/task}} 147 +))) 148 +{{/task}} 149 +))) 150 + 45 45 \\ 46 46 47 47 \\ ... ... @@ -80,7 +80,7 @@ 80 80 ... 81 81 82 82 83 -class Run: 189 +class Run: # constructor optional without RunDirectory or use there self.path 84 84 85 85 def get_files(): 86 86 ...