"Show the machine's animation function visualisation for the current state.\n",
"Show the machine's visualization for the current state.\n",
"\n",
"The visualisation is static, any defined right-click options cannot be viewed or used."
"Only the current state is visualized. Interactively executing operations is not supported.\n",
"\n",
"Both VisB and the classical `ANIMATION_FUNCTION` are supported. The visualization type is detected automatically (if both are defined, VisB is preferred)."
],
"text/plain": [
":show\n",
"Show the machine's animation function visualisation for the current state.\n",
"Show the machine's visualization for the current state.\n",
"\n",
"Only the current state is visualized. Interactively executing operations is not supported.\n",
"\n",
"The visualisation is static, any defined right-click options cannot be viewed or used."
"Both VisB and the classical `ANIMATION_FUNCTION` are supported. The visualization type is detected automatically (if both are defined, VisB is preferred)."
]
},
"execution_count": 1,
...
...
@@ -59,10 +63,10 @@
"outputs": [
{
"ename": "CommandExecutionException",
"evalue": ":show: Machine is not initialised, cannot show animation function visualisation",
"evalue": ":show: Model is not initialized, cannot show visualization (or no visualization is defined)",
"output_type": "error",
"traceback": [
"\u001b[1m\u001b[31m:show: Machine is not initialised, cannot show animation function visualisation\u001b[0m"
"\u001b[1m\u001b[31m:show: Model is not initialized, cannot show visualization (or no visualization is defined)\u001b[0m"
]
}
],
...
...
@@ -97,10 +101,10 @@
"outputs": [
{
"ename": "CommandExecutionException",
"evalue": ":show: Machine is not initialised, cannot show animation function visualisation",
"evalue": ":show: Model is not initialized, cannot show visualization (or no visualization is defined)",
"output_type": "error",
"traceback": [
"\u001b[1m\u001b[31m:show: Machine is not initialised, cannot show animation function visualisation\u001b[0m"
"\u001b[1m\u001b[31m:show: Model is not initialized, cannot show visualization (or no visualization is defined)\u001b[0m"
]
}
],
...
...
@@ -165,7 +169,7 @@
"</tbody></table>"
],
"text/plain": [
"<Animation function visualisation>"
"<Animation function visualization>"
]
},
"execution_count": 7,
...
...
@@ -234,7 +238,7 @@
"</tbody></table>"
],
"text/plain": [
"<Animation function visualisation>"
"<Animation function visualization>"
]
},
"execution_count": 9,
...
...
@@ -303,7 +307,7 @@
"</tbody></table>"
],
"text/plain": [
"<Animation function visualisation>"
"<Animation function visualization>"
]
},
"execution_count": 11,
...
...
@@ -379,7 +383,7 @@
"</tbody></table>"
],
"text/plain": [
"<Animation function visualisation>"
"<Animation function visualization>"
]
},
"execution_count": 13,
...
...
@@ -498,7 +502,7 @@
"</tbody></table>"
],
"text/plain": [
"<Animation function visualisation>"
"<Animation function visualization>"
]
},
"execution_count": 17,
...
...
@@ -577,7 +581,7 @@
"</tbody></table>"
],
"text/plain": [
"<Animation function visualisation>"
"<Animation function visualization>"
]
},
"execution_count": 19,
...
...
@@ -657,7 +661,7 @@
"</tbody></table>"
],
"text/plain": [
"<Animation function visualisation>"
"<Animation function visualization>"
]
},
"execution_count": 21,
...
...
@@ -763,7 +767,7 @@
"</tbody></table>"
],
"text/plain": [
"<Animation function visualisation>"
"<Animation function visualization>"
]
},
"execution_count": 25,
...
...
%% Cell type:code id: tags:
``` prob
:help :show
```
%% Output
```
:show
```
Show the machine's animation function visualisation for the current state.
Show the machine's visualization for the current state.
The visualisation is static, any defined right-click options cannot be viewed or used.
Only the current state is visualized. Interactively executing operations is not supported.
Both VisB and the classical `ANIMATION_FUNCTION` are supported. The visualization type is detected automatically (if both are defined, VisB is preferred).
:show
Show the machine's animation function visualisation for the current state.
Show the machine's visualization for the current state.
Only the current state is visualized. Interactively executing operations is not supported.
The visualisation is static, any defined right-click options cannot be viewed or used.
Both VisB and the classical `ANIMATION_FUNCTION` are supported. The visualization type is detected automatically (if both are defined, VisB is preferred).
%% Cell type:code id: tags:
``` prob
:load Hanoi.mch
```
%% Output
Loaded machine: Hanoi
%% Cell type:code id: tags:
``` prob
:show
```
%% Output
:show: Machine is not initialised, cannot show animation function visualisation
:show: Model is not initialized, cannot show visualization (or no visualization is defined)
%% Cell type:code id: tags:
``` prob
:constants
```
%% Output
Executed operation: SETUP_CONSTANTS()
%% Cell type:code id: tags:
``` prob
:show
```
%% Output
:show: Machine is not initialised, cannot show animation function visualisation
:show: Model is not initialized, cannot show visualization (or no visualization is defined)
thrownewUserErrorException("Machine is not initialised, cannot show animation function visualisation");
return"Only the current state is visualized. Interactively executing operations is not supported.\n\n"
+"Both VisB and the classical `ANIMATION_FUNCTION` are supported. The visualization type is detected automatically (if both are defined, VisB is preferred).";