Getting Started - Plotly
https://plotly.com/python/getting-startedPlotly charts in Dash¶. Dash is the best way to build analytical apps in Python using Plotly figures. To run the app below, run pip install dash, click "Download" to get the code and run python app.py.. Get started with the official Dash docs and learn how to effortlessly style & deploy apps like this with Dash Enterprise.
plotly · PyPI
pypi.org › project › plotlyNov 15, 2021 · Installation. plotly.py may be installed using pip... pip install plotly==5.5.0 or conda. conda install -c plotly plotly=5.5.0 JupyterLab Support. For use in JupyterLab, install the jupyterlab and ipywidgets packages using pip: pip install "jupyterlab>=3" "ipywidgets>=7.6" or conda: conda install "jupyterlab>=3" "ipywidgets>=7.6"
Getting Started - Plotly
plotly.com › python › getting-startedor conda: $ conda install "jupyterlab>=3" "ipywidgets>=7.6". You'll need jupyter-dash to add widgets such as sliders, dropdowns, and buttons to Plotly charts in JupyterLab. Install jupyter-dash using pip: $ pip install jupyter-dash. or conda: $ conda install -c conda-forge -c plotly jupyter-dash.