You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nbs/tutorials/by_example.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@
59
59
"cell_type": "markdown",
60
60
"metadata": {},
61
61
"source": [
62
-
"To run this app, place it in a file, say `app.py`, and then run it with `uvicorn app:app --reload`. You'll see a message like this:\n",
62
+
"To run this app, place it in a file, say `app.py`, and then run it with `uvicorn app:app --reload`. (We recommend that Windows users run the Uvicorn server via WSL to avoid [this issue](https://github.com/encode/uvicorn/issues/1972).) You'll see a message like this:\n",
63
63
"```\n",
64
64
"INFO: Will watch for changes in these directories: ['/home/jonathan/fasthtml-example']\n",
65
65
"INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)\n",
0 commit comments