Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Aug 23, 2023
1 parent 4e05fa0 commit 6eec274
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jupyterlab-unfold

[![Extension status](https://img.shields.io/badge/status-ready-success "ready to be used")](https://jupyterlab-contrib.github.io/)
[![Extension status](https://img.shields.io/badge/status-ready-success 'ready to be used')](https://jupyterlab-contrib.github.io/)
[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyterlab-unfold/actions/workflows/build.yml/badge.svg)](https://github.com/jupyterlab-contrib/jupyterlab-unfold/actions?query=workflow%3ATests)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab-unfold/master?urlpath=lab)
[![PyPI](https://img.shields.io/pypi/v/jupyterlab-unfold)](https://pypi.org/project/jupyterlab-unfold/)
Expand All @@ -12,7 +12,7 @@ An IDE-like file browser

## Requirements

* JupyterLab >= 3.1.0,<4.0
- JupyterLab >= 3.1.0,<4.0

## Install

Expand All @@ -30,7 +30,6 @@ To remove the extension, execute:
pip uninstall jupyterlab-unfold
```


## Contributing

### Development install
Expand Down Expand Up @@ -79,7 +78,6 @@ In development mode, you will also need to remove the symlink created by `jupyte
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 `jupyterlab-unfold` within that folder.


## Acknowledgement

This extension was inspired from https://github.com/youngthejames/jupyterlab_filetree, but the code reuses the core-JupyterLab filebrowser and replaces it by default.

0 comments on commit 6eec274

Please sign in to comment.