@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 @afshin/custom404-extension screenshot](https://github.com/afshin/custom404-extension/raw/HEAD/screenshot.png?raw=true)
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