Getting started with Panel v1.0rc

Hello, I’d like to get started with Panel v1.0 despite it not being finalized yet. From the newer documentation in Overview — Panel v1.0.0rc1, it seems all I need have been covered already.

What’s the best way to install Panel v1.0? I could not find conda packages for release candidates.

1 Like

You can install it using conda create -n panel1 python=3.10 panel -c pyviz/label/dev -c conda-forge.

If you install packages after this you may need to add -c pyviz/label/dev to not downgrade Panel.

2 Likes