From e9b9fdd80581e1f669a7b9217480c9a9b571f930 Mon Sep 17 00:00:00 2001 From: Jonas Verstraete Date: Thu, 14 Apr 2022 09:06:03 +0200 Subject: [PATCH 1/2] docs: update Get started guide --- docs/20_get_started.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/20_get_started.md b/docs/20_get_started.md index ea32480..a2343f0 100644 --- a/docs/20_get_started.md +++ b/docs/20_get_started.md @@ -10,7 +10,8 @@ Follow the steps below to set up your Dash Data Dialogics app. 7. [Add data visualizations](#7_visualize) 8. [Add interactivity](#8_callbacks) 9. [Customize style](#9_style) - +9. [Publish app](#10_publish) +10. ## Prerequisites To be able to use this template, you should have python3.6 installed. You can download the latest release [here](https://www.python.org/downloads/release/python-368/) @@ -196,8 +197,10 @@ For Windows: (.venv) $ sass styles/main.scss assets/style.css ``` +## 10. Publish app - +By default, Dash apps run on localhost - you can only access them on your own machine. To share a Dash app, you need to "deploy" it to a server. +For more information [go here](https://dash.plotly.com/deployment). From b2e327dffa95bffbd908fea59030036f055649da Mon Sep 17 00:00:00 2001 From: Jonas Verstraete Date: Thu, 14 Apr 2022 09:07:11 +0200 Subject: [PATCH 2/2] docs: update Get started guide --- docs/20_get_started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/20_get_started.md b/docs/20_get_started.md index a2343f0..ffe8b72 100644 --- a/docs/20_get_started.md +++ b/docs/20_get_started.md @@ -10,8 +10,8 @@ Follow the steps below to set up your Dash Data Dialogics app. 7. [Add data visualizations](#7_visualize) 8. [Add interactivity](#8_callbacks) 9. [Customize style](#9_style) -9. [Publish app](#10_publish) -10. +10. [Publish app](#10_publish) + ## Prerequisites To be able to use this template, you should have python3.6 installed. You can download the latest release [here](https://www.python.org/downloads/release/python-368/) @@ -200,6 +200,7 @@ For Windows: ## 10. Publish app By default, Dash apps run on localhost - you can only access them on your own machine. To share a Dash app, you need to "deploy" it to a server. + For more information [go here](https://dash.plotly.com/deployment).