Make cells read-only in JupyterLab.
Project description
JupyterLab Freeze Improved
This is an opinionated fork of the JupyterLab Freeze extension (DataDog/jupyterlab-freeze).
It has made the following changes:
- Cells do not change colour when in Read Only or Frozen mode. The state icons remain however, so that you know each cell's freeze state.
- Markdown source cannot be viewed in Markdown cells when in Frozen mode, only in Read Only mode.
Why Make These Changes?
As the use case for Jupyter at our group is teaching seminars and labs, these small changes were made to better suit the intended workflow.
Synopsis
This extension allows you to make cells read-only or frozen. It provides three buttons:
- Unlock
- Read-Only
- Frozen
For code cells:
- Read Only: the call can be executed, but its input cannot be changed.
- Frozen: the cell cannot be either altered or executed.
For Markdown cells:
- Read Only: The cell's Markdown source can viewed by double-clicking on it, but it cannot be changed.
- Frozen: The cell's Markdown source can not be viewed when double-clicking on it.
To change the state of a selected cell, press the corresponding button.
The individual cell's state is stored in its metadata and is applied to the cell if the extension is loaded.
Requirements
- JupyterLab >= 4.0.0
Install
To install the extension, execute:
pip install jupyterlab-freeze-improved
Uninstall
To remove the extension, execute:
pip uninstall jupyterlab-freeze-improved
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 project's root directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm 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 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).
By default, the jlpm build command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:
jupyter lab build --minimize=False
Development uninstall
pip uninstall jupyterlab_freeze_improved
In development mode, you will also need to remove the symlink created by jupyter labextension develop
command. To find its location, you can run jupyter labextension list to figure out where the labextensions
folder is located. Then you can remove the symlink named jupyterlab_freeze_improved within that folder.
Testing the extension
Frontend tests
This extension is using Jest for JavaScript code testing.
To execute them, execute:
jlpm
jlpm test
Integration tests
This extension uses Playwright for the integration tests (aka user level tests). More precisely, the JupyterLab helper Galata is used to handle testing the extension in JupyterLab.
More information are provided within the ui-tests README.
Packaging the extension
See RELEASE
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jupyterlab_freeze_improved-0.2.2.tar.gz.
File metadata
- Download URL: jupyterlab_freeze_improved-0.2.2.tar.gz
- Upload date:
- Size: 890.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47a6f09cbc3034ef85e901179ff1d4276b793ecc545157d5d54adf16f6d7205b
|
|
| MD5 |
73664da9c71c1be23809a6ae8b651981
|
|
| BLAKE2b-256 |
f55c6309d570f258115dd693eb4392cfe218ee82b09c8f7a3d77aa84bfae5152
|
File details
Details for the file jupyterlab_freeze_improved-0.2.2-py3-none-any.whl.
File metadata
- Download URL: jupyterlab_freeze_improved-0.2.2-py3-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d575d08388339b30af5bbc4bd3496feaf69c071a31b8f77257b05e60e08c5ae
|
|
| MD5 |
324744b6b93e009ed1948b71b66c612e
|
|
| BLAKE2b-256 |
86ce3a79c7dcbdf26f2e8a69489ac367295b142ee3674231cbd8e77c844ad53c
|