Member-only story
Create an Analytical Website From Scratch Using Python
Flask website template that includes a spot for blogs, dash applications, and Jupyter notebooks
I wanted to create my own website that would allow me to create a blog, showcase my dashboards, and allow me to run jupyter notebooks.
I found out how to create the Dash application itself, but I was unable to find one that describes all three. That’s what I intend to provide today.
The template code is here, and with this template, I built my website.
Introduction
I originally designed this website written in Dash, just the dashboard shown below.
These dashboards were created using Dash and Plotly.
Unfortunately, when I realized I could not render the markdown blog posts, I had to figure out another way to create the website.
Then, I had to start googling and find an example that renders markdown and takes advantage of Dash for the dashboards, and I could not find one.