Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
Mention that it was merged into the core JupyterLab (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Jun 7, 2024
1 parent 4d68ede commit 10f9f71
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
[![PyPI](https://img.shields.io/pypi/v/jupyterlab-recents)](https://pypi.org/project/jupyterlab-recents)
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/jupyterlab-recents)](https://anaconda.org/conda-forge/jupyterlab-recents)

> [!IMPORTANT]
> This extension has been merged into JupyterLab/Notebook.
> You should not install this extension when using JupyterLab 4.2 or Notebook 7.2 (or newer), as it may interfere with the built-in functionality.
Track recent files and folders.

![JupyterLab Recents extension demonstration](https://raw.githubusercontent.com/jupyterlab-contrib/jupyterlab-recents/master/jupyterlab-recents.gif)

## Requirements

- JupyterLab >= 3.0 and Notebooo >= 7.0
- JupyterLab >=3.0,<= 4.1 or Noteboook >=7.0,<=7.1

## Install

Expand Down

0 comments on commit 10f9f71

Please sign in to comment.