Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@afshin/custom404-extension

afshin5BSD-3-Clause0.1.3TypeScript support: included

A JupyterLab extension that handles 404 errors.

jupyter, jupyterlab, jupyterlab-extension

readme

@afshin/custom404-extension

A JupyterLab extension that handles 404 errors. It is meant to replace the core @jupyterlab/application-extension:notfound extension.

@afshin/custom404-extension screenshot

Prerequisites

Installation

jupyter labextension install @afshin/custom404-extension
jupyter labextension disable @jupyterlab/application-extension:notfound

Development

For a development install (requires npm version 4 or later), do the following in the repository directory:

npm install
npm run build
jupyter labextension link .

To rebuild the package and the JupyterLab app:

npm run build
jupyter lab build