Last active
March 4, 2024 04:58
-
-
Save MarcSkovMadsen/9aa8b36d82902dd84b245b5ae6fe3615 to your computer and use it in GitHub Desktop.
Panel - Getting Started Notebook Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This file is used by Binder | |
jupyter serverextension enable panel.io.jupyter_server_extension |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
panel==0.12.6 | |
pandas | |
matplotlib |
jupyter serverextension enable panel.io.jupyter_server_extension
fails:
Enabling: panel.io.jupyter_server_extension
- Writing config: C:\Users<user>.jupyter
- Validating...
Error loading server extension panel.io.jupyter_server_extension
X is panel.io.jupyter_server_extension importable?
- Validating...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Panel - Getting Started Notebook Example
Introduction
This example shows the components of a Panel App in action: widgets, reactive functions, layouts, panes, and templates
Installation
We will assume you already have installed
jupyterlab
. If not just addjupyterlab
to yourrequirements.txt
.To enable the Jupyter Panel Preview run
jupyter serverextension enable panel.io.jupyter_server_extension
Run the app
Learn more
To get started with Panel check out the Panel Getting Started Guide. To get or provide help check out the community forum. For more inspiration check out my site awesome-panel.org.
Support us
If you want to support us please give us a ⭐ on Github (Panel, Awesome-Panel)
Promo Video
panel-getting-started-speedup.mp4