Uhhmmm yeah here is a random Graph I guess…
This is just the default template of Chart.js, the Library I am going to use for the Frontend.
But actually displaying this took longer than I wanted. It took me quite a long time for the HTML File to be included in my Python Wheel. Because of that, Flask was not able to find the File to render it…
Apparently, MANIFEST.in is more or less obsolete and I had to specify these files in the pyproject.toml. Also, the Frontend now lives in a subdirectory of the Python Code, not at the root of the project…
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.