Skip to content

Commit 771dd09

Browse files
authored
Add JupyterLite badge to README (#73)
* Add JupyterLite badge to README * Add notebook to requirements
1 parent 5804d31 commit 771dd09

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# jupyterlab-quickopen
22

33
[![Extension status](https://img.shields.io/badge/status-ready-success 'ready to be used')](https://jupyterlab-contrib.github.io/)
4+
[![lite-badge](https://jupyterlite.rtfd.io/en/latest/_static/badge.svg)](https://jupyterlab-contrib.github.io/jupyterlab-quickopen/lab/index.html)
45
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab-quickopen/main?urlpath=lab%2Ftree%2Fbinder%2Ftutorial.ipynb)
56

67
Quickly open a file in JupyterLab by typing part of its name

demo/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
jupyterlite-core
22
jupyterlite-pyodide-kernel
3+
notebook
34
..

0 commit comments

Comments
 (0)