Skip to content

Commit 1d2903a

Browse files
authored
Merge pull request #8010 from jenshnielsen/speedup_docs
Speedup notebook execution
2 parents 56dd10b + de74587 commit 1d2903a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/examples/driver_examples/Qcodes example with Cryomagnetics TM-620.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@
8787
"\n",
8888
"# Example usage:\n",
8989
"plot_temperature_over_time(\n",
90-
" tm620, 60\n",
91-
") # plot for 60 seconds while setting the field to 1 T"
90+
" tm620, 3\n",
91+
") # plot for 3 seconds while setting the field to 1 T\n",
92+
"# In real usage, you would probably run this for longer but we keep it short here for demonstration purposes."
9293
]
9394
},
9495
{

0 commit comments

Comments
 (0)