We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d1681 commit 4d113a5Copy full SHA for 4d113a5
1 file changed
tools/Python/mcrun/template.ipynb.in
@@ -45,7 +45,15 @@
45
"outputs": [],
46
"source": [
47
"# Visualise with default parameters (defaults to 'webgl-classic' visualisation - specify by format='window' for pyqtgraph)\n",
48
- "instr.show_instrument()"
+ "instr.show_instrument()\n",
49
+ "# If you get no output in the IFrame (especially on Windows) try one of these alternatives:\n",
50
+ "#\n",
51
+ "# For stand-alone Pyqtgraph window, use:\n",
52
+ "# instr.show_instrument('window')\n",
53
+ "# For interactive webgl in new tab, use:\n",
54
+ "# instr.show_instrument('webgl',new_tab='true')\n",
55
+ "# For webgl-classic in new tab, use:\n",
56
+ "# instr.show_instrument('webgl-classic',new_tab='true')"
57
]
58
},
59
{
0 commit comments