Additional comments and refinements
This commit is contained in:
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user