Regarding Website Design & Development #45
-
I want all the data to visualizing in website rather than the ipynb files. Can you suggest what all changes might required. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@sanjay-kv To move data visualization from .ipynb to the website, convert the logic to Laravel or backend scripts, store data in the database, use chart libraries for frontend, and build dashboards with Blade or Livewire. Automate data updates with jobs or schedulers... |
Beta Was this translation helpful? Give feedback.
-
To visualize data on a website instead of Jupyter notebooks, move your analysis code to Python scripts or APIs (using Flask or FastAPI). |
Beta Was this translation helpful? Give feedback.
@sanjay-kv To move data visualization from .ipynb to the website, convert the logic to Laravel or backend scripts, store data in the database, use chart libraries for frontend, and build dashboards with Blade or Livewire. Automate data updates with jobs or schedulers...