A JupyterLab extension that will autosave your open Notebook.
Project description
JupyterLab Notebook autosave extension
A JupyterLab extension that will autosave your open Notebook.
Requirements
- JupyterLab >= 4.0
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 useyarn
ornpm
in lieu ofjlpm
below.
# Clone this repo to your local environment
# Change directory to the cloned 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 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
Delete the extension folder direction from the installation directory:
cd /Users/{USER}/.venv/share/jupyter/labextensions/jupyterlab-notebook-autosave
Production install
TODO
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
File details
Details for the file jupyterlab_notebook_autosave-0.1.0.tar.gz
.
File metadata
- Download URL: jupyterlab_notebook_autosave-0.1.0.tar.gz
- Upload date:
- Size: 103.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2df6851c7e9d5d37c2376fde00b2961c1c6bc928394535da1d6c3a66f1ef3c58 |
|
MD5 | ef835e9e180554aebf8044fbc11c7fd6 |
|
BLAKE2b-256 | 753fc04b790ef80a8720a4f0dcdaad57ee86839517a3e9b9f58cc06cce670a55 |
File details
Details for the file jupyterlab_notebook_autosave-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: jupyterlab_notebook_autosave-0.1.0-py3-none-any.whl
- Upload date:
- Size: 46.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e91978adc842b73458a9424e1d82141e7b85d7e70ec9b0404e835be92e70d846 |
|
MD5 | e87d207cbd6e923fb5e9da69c504a82d |
|
BLAKE2b-256 | 936b059e0cbefd394ba23649c8764ab34c35dd411208dc115c5b3915f2007547 |