/dataviz_with_panel_and_hvplot

Python Data Visualization Project with Panel and Hvplot

Primary LanguagePythonMIT LicenseMIT

Practice Data Visualization with Panel and hvplot

Python Data Visualization Project with Panel and Hvplot using data from Our World in Data.

Some notes for running the project

Use the following command 'source co2_dashboard_practice/bin/activate' to activate the virtual environment in the terminal. While the virtual enviroment is active, use 'pip freeze > requirements.txt' to collect the requirements and dependences in case you are to deploy the app elsewhere. Use 'deactivate' to deactivate the virtual environment. Use 'panel serve --autoreload co2_dashboard_practice/co2_data_visualization_project.ipynb' to launch the server and discover the link where to view the dashboard. Copy the link from the output of the command.