From the course: Data Visualization in Python with Dash
Unlock the full course today
Join today to access over 25,200 courses taught by industry experts.
Deploying a Dash App to Render - Python Tutorial
From the course: Data Visualization in Python with Dash
Deploying a Dash App to Render
- [Instructor] Deploying our Dash application 2 means creating a URL, 3 which the public can visit to see your work. 4 The way we're going to do that with this course 5 is we're going to use a platform called Render. 6 So, if you go to render.com, 7 you'll see the page that's on my screen currently 8 and you'll need to create an account. 9 Once you've created an account 10 and navigate it to your Dashboard, 11 then we go to Add new, Web Service, 12 and we're going to use a public Git repository, 13 so this is going to be your personal fork 14 of the LinkedIn learning repository. 15 And to get the URL for that, I'm going to go to my repo 16 and just copy the URL and paste it in here. 17 And I'm then going to press Connect. 18 And then you'll have some fields to fill in. 19 So, a unique name for your web service. 20 Do you want to add it to a project, 21 which I'm not going to at this stage, 22 'cause I only have this one…