Frédéric Collonval 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 سال پیش
..
list 1bd76d2dc5 Use blocked/allowed extension naming in typescript 4 سال پیش
settings 4670176d91 Move listings example under exteensionmanager-extension package 5 سال پیش
templates dc44a1c3c4 Use favicons provided by jupyter_server 4 سال پیش
Makefile 4065bdb469 Use blocked/allowed extension naming 4 سال پیش
README.md bc7b5d1efe remove listings folder 5 سال پیش
index.js e08ebc27b8 Remove tabmanager from extensionmanager-extension examples. 4 سال پیش
jupyter.png 4670176d91 Move listings example under exteensionmanager-extension package 5 سال پیش
main.py bc7b5d1efe remove listings folder 5 سال پیش
package.json 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 سال پیش
webpack.config.js 4ee83bd2b2 Lint - updates from the new version of prettier. 4 سال پیش

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