Skip to main content

Track recent files and folders.

Project description

jupyterlab_recents

Extension status Github Actions Status Binder npm PyPI conda-forge

Track recent files and folders.

JupyterLab Recents extension demonstration

Requirements

  • JupyterLab >= 3.0 and Notebooo >= 7.0

Install

To install the extension, execute:

pip install jupyterlab-recents

or

conda install -c conda-forge jupyterlab-recents

Legacy Jupyterlab v1 Support

Via NPM:

jupyter labextension install jupyterlab-recents@1.0.1

Or use the tagged 1.0.0 release at: https://github.com/jupyterlab-contrib/jupyterlab-recents/tree/v1.0.1

Uninstall

To remove the extension, execute:

pip uninstall jupyterlab_recents

or

conda remove jupyterlab-recents

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

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 @jlab-enhanced/recents within that folder.

Testing the extension

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_recents-3.3.0.tar.gz (570.6 kB view details)

Uploaded Source

Built Distribution

jupyterlab_recents-3.3.0-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file jupyterlab_recents-3.3.0.tar.gz.

File metadata

  • Download URL: jupyterlab_recents-3.3.0.tar.gz
  • Upload date:
  • Size: 570.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for jupyterlab_recents-3.3.0.tar.gz
Algorithm Hash digest
SHA256 31c4dae23d1e4325ddf96f6e7b53634b2531c61edacfa910fd90cfccd9f7a6a4
MD5 9c71a02f3b06b90e150890780cf06ca6
BLAKE2b-256 ae0d7ba4bdeeb8ad2e750001e5fcf9177e397d0b8e32caca097e5436cc86a4cd

See more details on using hashes here.

File details

Details for the file jupyterlab_recents-3.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for jupyterlab_recents-3.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3a14d7bf63a5ec4cbaaaed48425ef3214570bd8e808b1de49f0f31035002511e
MD5 d8b55d827d79fce3db543c5e01e770ed
BLAKE2b-256 f12db12f95ff874588006d73a6d98c15524c58fdb659b43eab9df20b26bcc481

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