JupyterLab extension to show a flash effect when a cell is executed
Project description
jupyterlab-cell-flash
JupyterLab extension to show a flash effect when a cell is executed.
Requirements
- JupyterLab >= 3.0
Install
pip 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
Development install
Note: You will need NodeJS to build the extension package.
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.
# Clone the repo to your local environment
# Change directory to the jupyterlab-cell-flash directory
# Install package in development mode
pip install -e .
# Link your development version of the extension with JupyterLab
jlpm run install:extension
# Rebuild extension Typescript source after making changes
jlpm run build
You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.
# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm run watch
# Run JupyterLab in another terminal
jupyter lab
With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).
Uninstall
pip uninstall jupyterlab-cell-flash
jupyter labextension uninstall jupyterlab-cell-flash
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jupyterlab-cell-flash-0.3.1.tar.gz
.
File metadata
- Download URL: jupyterlab-cell-flash-0.3.1.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0.post20201005 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68d08caeaf5f84bfbc7bfb5ebc9991eef74201881d77df5bb783d6b9cb83927f |
|
MD5 | 8f2bfbd74d6776d790803c6c3b085cf3 |
|
BLAKE2b-256 | cdb726a0761b8561d446d91c2cd4f2f4d8bdec70facbb96f5c6f57a144abcc87 |
File details
Details for the file jupyterlab_cell_flash-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: jupyterlab_cell_flash-0.3.1-py3-none-any.whl
- Upload date:
- Size: 26.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0.post20201005 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3c441438835dae9892d24e0f03aa50f791aa39958f63418c40086def97c422e1 |
|
MD5 | a379453b77084d4970c30d42297f5824 |
|
BLAKE2b-256 | 984aeb2a9dc7ad009f8cbdb020d23fd9ecb1510de55aa47dd0d3618ab73a1d15 |