Skip to content

Commit

Permalink
added link to the webapp example
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jan 23, 2016
1 parent 5c301d7 commit 78095ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
13 changes: 8 additions & 5 deletions code/ch09/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Python Machine Learning - Code Examples
---

The code for the Flask web applications can be found in the following directories:

- `1st_flask_app_1/`: A simple Flask web app
- `1st_flask_app_2/`: `1st_flask_app_1` extended with flexible form validation and rendering
- `movieclassifier/`: The movie classifier embedded in a web application
Expand All @@ -28,11 +28,14 @@ To run the web applications locally, `cd` into the respective directory (as list

cd ./1st_flask_app_1
python3 app.py

Now, you should see something like

* Running on http://127.0.0.1:5000/
* Restarting with reloader

in your terminal.
Next, open a web browsert and enter the address displayed in your terminal (typically http://127.0.0.1:5000/) to view the web application.
Next, open a web browser and enter the address displayed in your terminal (typically http://127.0.0.1:5000/) to view the web application.


**Link to a live example application built with this tutorial: http://raschkas.pythonanywhere.com/**.
9 changes: 8 additions & 1 deletion code/ch09/ch09.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@
"Next, open a web browsert and enter the address displayed in your terminal (typically http://127.0.0.1:5000/) to view the web application."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"**Link to a live example application built with this tutorial: http://raschkas.pythonanywhere.com/**."
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -1010,7 +1017,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
"version": "3.5.1"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 78095ea

Please sign in to comment.