Skip to content

Commit 89b321a

Browse files
Hiding pset.execute verbose output
1 parent 952fd6b commit 89b321a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/user_guide/examples/tutorial_interaction.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
" runtime=np.timedelta64(60, \"s\"),\n",
144144
" dt=np.timedelta64(1, \"s\"),\n",
145145
" output_file=output_file,\n",
146+
" verbose_progress=False,\n",
146147
")"
147148
]
148149
},
@@ -343,6 +344,7 @@
343344
" runtime=np.timedelta64(60, \"s\"),\n",
344345
" dt=np.timedelta64(1, \"s\"),\n",
345346
" output_file=output_file,\n",
347+
" verbose_progress=False,\n",
346348
")"
347349
]
348350
},

0 commit comments

Comments
 (0)