Path: blob/main/scripts/jupyterlite/files/Getting_Started.ipynb
2011 views
Kernel: Unknown Kernel
Panel is installed by default in the Pyodide distribution that JupyterLite is built on. Though, not all dependencies are therefore we must install it manually:
In [ ]:
Once installed we can activate the pn.extension
as normal.
In [ ]:
Panel components will now work just like in a regular notebook environment.
In [ ]:
Even complex examples relying on custom extensions (e.g. 'vega'
) will work:
In [ ]:
The contents of Panelite are updated on every release, however Jupyterlite caches old edits to files. If you want to reset the storage and delete all modifications you made to the contents then use the Reset_Jupyterlite.ipynb notebook.