In this section, we will provide a brief, hands-on introduction to the Dash library by building a couple of simple applications. This will, of course, be an incomplete introduction, as we will be learning just enough to be able to show how we can produce a prototype of an application that can serve the predictions of one of the models we have created.
Introducing Dash
What is Dash?
This is the last library we will talk about in this book. Dash is a Python framework for building web applications quickly and easily, without knowing JavaScript, CSS, HTML, server-side programming, or related technologies that belong to the web development world. Let's look at some of its features:
- Framework for building data visualization...