Python Plotly Dash Dashboards Hello World

preview_player
Показать описание
In this python tutorial, we will go over how to get started with the Dash package (framework) to build interactive dashboards.

Tutorials in this Dash series will include:
Hello World
Layout
Core Components/Widgets
Basic Callbacks
Interactive Dashboards
More

Additional Notes:
To open VS code from terminal using 'code .' - Open the Command Palette (Cmd+Shift+P) and type 'shell command' to find the Shell Command: Install 'code' command in PATH command. This may not always work. Additional options below.

In VS Code terminal you can activate an environment by typing 'conda activate environment_name' and another way to select the package environment is by typing 'python select interpreter' in command palette.

Also, you may be able to run the app by going to the main menu bar and click Run, Run Without Debugging or by just simply clicking run code (top right). Again make sure you have activated the correct package environment and that the directory is pointing to the code files you are running (check in terminal).
Рекомендации по теме
Комментарии
Автор

For my college project i have to connect dash board to website database php my admin, so using Ajax i want to access the data and using plotly i want to use graphs. Can I use python or js

akashbhandary