Skip to content
Snippets Groups Projects
Commit 7137afa8 authored by hugo chauvet's avatar hugo chauvet
Browse files

Merge branch 'master' of gitlab.com:discosoleil/nbui

parents 57830239 78d34fe3
Branches master
No related tags found
No related merge requests found
...@@ -6,10 +6,16 @@ This package provides a set of UI built on top of ipywidgets. UI are small sets ...@@ -6,10 +6,16 @@ This package provides a set of UI built on top of ipywidgets. UI are small sets
To install nbUI, download this repository, unpack it and run: To install nbUI, download this repository, unpack it and run:
```python ```bash
python3 -m pip install --user -U ./ python3 -m pip install --user -U ./
``` ```
Or directly from gitlab!
```bash
python3 -m pip install --user -U git+https://gitlab.com/discosoleil/nbui
```
## List of nbUI ## List of nbUI
### SelectFolders: A simple folders selection ### SelectFolders: A simple folders selection
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment