JSPM

@jupyterhub/jupyter-server-proxy

4.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 13
  • Score
    100M100P100Q65258F
  • License BSD-3-Clause

A JupyterLab extension accompanying the PyPI package jupyter-server-proxy adding launcher items for configured server processes.

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 JupyterLab extension that adds items to the JupyterLab Launcher representing the configured server processes managed by the python package jupyter-server-proxy (required).

Prerequisites

  • JupyterLab >=2,<4

Installation

For JupyterLab 3, use your preferred Python package manager to install jupyter-server-proxy:

pip install jupyter-server-proxy

or

conda install jupyter-server-proxy

As 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_server or notebook is required to reload the jupyter_server_proxy serverextension which provides most of the functionality.

JupyterLab 2

For JupyterLab 2, ensure nodejs is installed and available on $PATH and run:

jupyter labextension install @jupyterhub/jupyter-server-proxy

This will cause:

  • a download of a great deal of build assets from npmjs.org
  • a large webpack build that may exhaust memory and open files handles

Please consider upgrading to JupyterLab 3 before reporting issues.