You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For others finding this, to at least get it working in a local JupyterLab:
Install panel at least 0.11.1 (bugfix was made here) and jupyter-panel-proxy
Make your dashboard as a notebook (.py not supported right now) and make sure you mark the panel object with .servable() in the notebook so that it becomes deployable
Put the notebook in the Lab home directory (e.g. ~/demo.ipynb)
Then you can access at e.g. http://127.0.0.1:8888/panel/demo
I would like to be able to serve Panel apps on JupyterHub.
I have tried pip install jupyter-panel-proxy. But I cannot find a live page anywhere. I need guidance.
I some kind of description of what is required for this to work it would be great.
The text was updated successfully, but these errors were encountered: