Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 306 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 306 Bytes

Pyviz panel a interaktívne webové aplikácie (PyCon SK 2022)

You need to install modules jupyterlab, folium, panel, plotly, pandas, sqlitedict.

For example, with conda you can:

conda create -n panelenv --file requirements.txt
conda activate panelenv

and after that jupyter lab...