# [How to Create Plots With Plotly In Python](https://www.thepythoncode.com/article/creating-dynamic-plots-with-plotly-visualization-tool-in-python) To run this on a jupyter lab: - Install Jupyter Lab - Install plotly extension: ```bash $ jupyter labextension install jupyterlab-plotly ``` - `pip3 install -r requirements.txt`