Additional comments and refinements

This commit is contained in:
Edward Donner
2024-12-22 10:30:50 +00:00
parent 747473ebfe
commit 26f1135ead
7 changed files with 119 additions and 170 deletions

View File

@@ -95,7 +95,7 @@
"metadata": {},
"outputs": [],
"source": [
"with app.run(show_progress=False):\n",
"with app.run():\n",
" reply=hello.local()\n",
"reply"
]
@@ -107,7 +107,7 @@
"metadata": {},
"outputs": [],
"source": [
"with app.run(show_progress=False):\n",
"with app.run():\n",
" reply=hello.remote()\n",
"reply"
]