Package Exports
- @jupyterhub/jupyter-server-proxy
- @jupyterhub/jupyter-server-proxy/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@jupyterhub/jupyter-server-proxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@jupyterhub/jupyter-server-proxy
A pre-built JupyterLab extension that adds items to the JupyterLab Launcher
to open server processes managed by the python package
jupyter-server-proxy.
Prerequisites
- JupyterLab >=3,<5
Installation
Use your preferred Python package manager to install jupyter-server-proxy:
pip install jupyter-server-proxyor
conda install -c conda-forge jupyter-server-proxyAs a prebuilt extension, it will "just work," only a simple page reload should be required to see launcher items. However, a full restart of
jupyter_serverornotebookis required to reload thejupyter_server_proxyserverextension which provides most of the functionality.
For a full development and testing installation, see the contributing guide.