Skip to main content

Jupyter freeze extension for jupyterlab!

Project description

jupyterlab_freeze

Jupyter freeze extension for jupyterlab!

This extension is based on the freeze extension by jupyter_contrib_nbextensions.

This repository brings the extension to jupyterlab.

This extension allows to make cells read-only or frozen. It provides three buttons:

  • unlock
  • read-only
  • frozen

For code-cells:

  • read-only: it can be executed, but its input cannot be changed.
  • frozen: It cannot be either altered or executed.

For markdown-cells:

  • read-only / frozen: It's input can be viewed by double-clicking on it, but cannot be changed.

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

Uninstall

To remove the extension, execute:

pip uninstall jupyterlab_freeze

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_freeze 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

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 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jupyterlab_freeze-0.1.2.tar.gz (796.0 kB view details)

Uploaded Source

Built Distribution

jupyterlab_freeze-0.1.2-py3-none-any.whl (42.6 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlab_freeze-0.1.2.tar.gz.

File metadata

  • Download URL: jupyterlab_freeze-0.1.2.tar.gz
  • Upload date:
  • Size: 796.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for jupyterlab_freeze-0.1.2.tar.gz
Algorithm Hash digest
SHA256 2db851b064a9ee33acc834e7979afdbcb72116faa245371ec3e5ee4e822d38ad
MD5 2976da146bf83d8089bd3fc2d3872dee
BLAKE2b-256 486149572ee1d89f99b2f9a222f57b5aeda2b712e4a3ce902834a2ff10efa68a

See more details on using hashes here.

File details

Details for the file jupyterlab_freeze-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_freeze-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ef9023abe4b5b3c69def47c26c7b14704edc111b93c038853c5b4c48f78ff7bc
MD5 db55e096b0fab27fc8c21a054130047c
BLAKE2b-256 7e0af57cfed09a2b3c4e9bf7e364e200d671d8ac3e5d5599c4c71c2ec560cecf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page