🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@afshin/custom404-extension

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@afshin/custom404-extension

A JupyterLab extension that handles 404 errors.

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
2
Created
Source

@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

  • JupyterLab

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

Keywords

jupyter

FAQs

Package last updated on 12 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts