jupyterlab-cell-flash
Show a flash effect when a notebook cell is executed.
Requirements
Install
jupyter labextension install jupyterlab-cell-flash
Settings
Use the following settings to tweak the color and the duration of the animation (in Settings > Advanced Settings Editor
):
{
// The base color for the flash effect
"color": "rgba(255, 255, 0, 0.5)",
// The duration of the flash effect animation (in seconds)
"duration": 0.5
}
Contributing
Install
The jlpm
command is JupyterLab's pinned version of
yarn that is installed with JupyterLab. You may use
yarn
or npm
in lieu of jlpm
below.
jlpm
jlpm build
jupyter labextension link .
jlpm build
jupyter lab build
You can watch the source directory and run JupyterLab in watch mode to watch for changes in the extension's source and automatically rebuild the extension and application.
jlpm watch
jupyter lab --watch
Uninstall
jupyter labextension uninstall jupyterlab-cell-flash