Creating Dashboard on Anvil

What I’m trying to do:
I am trying to create a dashboard in anvil. But I have a free plan.

What I’ve tried and what’s not working:
I have tried plotting with plotly, as per the tutorial. It is not working

Can somebody please help me with the dashboard?

Hello.

Dashboards can come in many forms.

Could you draw a picture of what you are looking for or provide the specific code and errors that you are getting?

It is not clear if you need to fix a particular app or if you want general advice for making a set of visualizations.

I want to import my visualizations from Jupyter notebook to anvil. But as I have a free plan, I cannot use the Media object.

Can you tell me what are the other ways to upload visualizations on Anvil from notebook?

The limitation on the free plan is certain libraries. Could you be more specific with what you are doing?

You could perhaps show the code you are using for one of your visualizations, or you could share a small app that duplicates the problem. Right now it’s hard for us to tell what’s really happening.

Generally speaking you can load data into a Plotly visualization in many ways. If you are using a Jupyter notebook I could assume that you are loading the data from a CSV file. If that is the case you could load your CSV file into a data table and create the visualization either in the server or the client side. But again, I really don’t know what you are specifically doing from what you gave us.