A JupyterLab extension that adds code bookmarks.
Project description
JupyterLab Code Bookmarks
A JupyterLab extension that adds code bookmark functionality, similar to the bookmarks VSCode extension.
Author: Ties de Kok (Personal Page)
Table of contents
Introduction
Installation
Note: jupyterlab-code-bookmarks
requires JupyterLab 3+
pip install jupyterlab-code-bookmarks
How to use
Basic operations
Setting / Removing a bookmark
You can set or remove a bookmark by right clicking a cell and pressing "Toggle bookmark".
Or by using the keyboard shortcut CTRL + ALT + K
.
Note: Bookmarks persist when saving/loading the notebook.
Jumping to bookmark
You can jump to the previous or next bookmark by clicking the jump buttons in the toolbar.
Or by using the keyboard shortcuts:
CTRL + ALT + J
to jump forwardCTRL + ALT + L
to jump backward
Configuration options
Changing keyboard shortcuts
You can change the keyboard shortcuts through the JupyterLab keyboard shortcuts settings.
Questions?
If you have questions or experience problems please use the issues
tab of this repository.
Known bugs and features in progress
- Copy and pasting a cell works, however, bookmark styling is not applied until webpage refresh.
- Jumping to a markdown cells does not always move the cell into view.
- Enable customization of the cell bookmark color.
- Make toolbar jump icons take up less space using icons.
- Add basic tests.
License
MIT - Ties de Kok - 2022
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
Hashes for jupyterlab_code_bookmarks-0.1.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5eaf5b8c6391201b17e68e074a974d0b9735aaf8a73a6b215788cd21f81b92f7 |
|
MD5 | 54f128e7f63bb9e57e3cf2208fec7bcf |
|
BLAKE2b-256 | 04e20581d4804d74f1853273187e6f6d381604e522e4322cbc4a0a03278debee |
Hashes for jupyterlab_code_bookmarks-0.1.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05a665e9963d2ca1983e40454c1cea2263f2aa51310c09a12008eab0e0434d99 |
|
MD5 | 22032fedf9de27392b92d9ce5117cb4e |
|
BLAKE2b-256 | d4fa4d842eeaf1c85384a75a7a070ee2acd59986e1df93ada199ccb46583a883 |