herj 7746b1f158 完善构建流程 %!s(int64=2) %!d(string=hai) anos
..
list 1bd76d2dc5 Use blocked/allowed extension naming in typescript %!s(int64=4) %!d(string=hai) anos
settings 4670176d91 Move listings example under exteensionmanager-extension package %!s(int64=5) %!d(string=hai) anos
templates dc44a1c3c4 Use favicons provided by jupyter_server %!s(int64=4) %!d(string=hai) anos
Makefile 4065bdb469 Use blocked/allowed extension naming %!s(int64=4) %!d(string=hai) anos
README.md bc7b5d1efe remove listings folder %!s(int64=5) %!d(string=hai) anos
index.js 7746b1f158 完善构建流程 %!s(int64=2) %!d(string=hai) anos
jupyter.png 4670176d91 Move listings example under exteensionmanager-extension package %!s(int64=5) %!d(string=hai) anos
main.py cde0521528 [3.3.x] Run black (#12282) %!s(int64=2) %!d(string=hai) anos
package.json 7746b1f158 完善构建流程 %!s(int64=2) %!d(string=hai) anos
webpack.config.js 4ee83bd2b2 Lint - updates from the new version of prettier. %!s(int64=4) %!d(string=hai) anos

README.md

JupyterLab Listings Example

This example allows you to develop the black/white listings features

First build JupyterLab in dev mode.

jupyter lab build --dev-mode

For iterative development, launch in watch mode.

make watch

Otherwise, launch in dev mode.

make dev