gennaker-tools
A series of JupyterLab and Jupyter Server extensions to power the gennaker project.
Features
TOML ←→ JSON Settings Sync
r
Synchronise between JSON and TOML representations of settings under the JupyterLab settings path.
Code Snippets
Use CodeMirror snippets to autocomplete text and modular units of content. See https://codemirror.net/docs/ref/#autocomplete.autocompletion for more information.
Reset Command
gennaker-tools:reset-jupyterlab
Reset the current session by reloading the page.
Stateless Execution Command
gennaker-tools:restart-run-stateless
Perform some compute
Modify the earlier state
Re-run up to a particular cell, and clear outputs
Requirements
- JupyterLab >= 4.0.0
Install
To install the extension, execute:
pip install gennaker-tools
Uninstall
To remove the extension, execute:
pip uninstall gennaker-tools
Contributing
Development install
Note: You will need NodeJS to build the extension package.
The pnpm command is JupyterLab's pinned version of
yarn that is installed with JupyterLab. You may use
yarn or npm in lieu of pnpm below.
# Clone the repo to your local environment
# Change directory to the gennaker_tools directory
# Install package in development mode
pip install -e "."
# Link your development version of the extension with JupyterLab
jupyter-builder develop . --overwrite
# Rebuild extension Typescript source after making changes
pnpm 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
pnpm 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).
By default, the pnpm run 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 gennaker-tools
In development mode, you will also need to remove the symlink created by jupyter-builder develop
command. To find its location, you can run jupyter-builder list to figure out where the labextensions
folder is located. Then you can remove the symlink named gennaker-tools within that folder.
Packaging the extension
See RELEASE
Release files for gennaker-tools 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gennaker_tools-0.9.0.tar.gz | 193.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gennaker_tools-0.9.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 301.1 kB
Release files / gennaker_tools-0.9.0.tar.gz
| Download URL | gennaker_tools-0.9.0.tar.gz |
|---|---|
| Size | 193.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
600ad8242139e686fa083554b5b9498997a43c8f9c8a53732ecd4e33547a3fe7
|
|
BLAKE2b-256 checksum How to use checksums |
daee539d72d5520877b0c22d4047d93b45e73cf2795bfc8b3d5df0638c092b12
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|
Release files / gennaker_tools-0.9.0-py3-none-any.whl
| Download URL | gennaker_tools-0.9.0-py3-none-any.whl |
|---|---|
| Size | 107.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5319f381c3ef681d5905d04e2d28c3052e84891dada406a999312e18707860f0
|
|
BLAKE2b-256 checksum How to use checksums |
7d2690f42f316b4ffecd0cb3270f66a73673ee12c966602bf90590a6817127a6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.12.14
|