Eric Charles 69a7aa16a6 Listings example: refresh every 2 minutes il y a 5 ans
..
list 4670176d91 Move listings example under exteensionmanager-extension package il y a 5 ans
settings 4670176d91 Move listings example under exteensionmanager-extension package il y a 5 ans
templates 4670176d91 Move listings example under exteensionmanager-extension package il y a 5 ans
Makefile 69a7aa16a6 Listings example: refresh every 2 minutes il y a 5 ans
README.md bc7b5d1efe remove listings folder il y a 5 ans
index.js 4670176d91 Move listings example under exteensionmanager-extension package il y a 5 ans
jupyter.png 4670176d91 Move listings example under exteensionmanager-extension package il y a 5 ans
main.py bc7b5d1efe remove listings folder il y a 5 ans
package.json 4670176d91 Move listings example under exteensionmanager-extension package il y a 5 ans
webpack.config.js 4670176d91 Move listings example under exteensionmanager-extension package il y a 5 ans

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