Skip to content

Commit 98a956c

Browse files
committed
Update README.md
1 parent 2af4f7d commit 98a956c

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

OSSCAR-logo.png

31.8 KB
Loading

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
11
# jupyterlab-hide-code
22

3-
![Github Actions Status](https://github.com/osscar-org/jupyterlab-hide-code/workflows/Build/badge.svg)
3+
A button in JupyterLab to run the code cells and then to hide the code cells.
4+
This JupyterLab extension was inspired by a JupyterLab extension from Aachen
5+
(Aix) Virtual Platform for Materials Processing:
46

5-
A button in JupyterLab to hide the code cells.
7+
https://github.com/AixViPMaP/jlab-hide-code
68

79

810
## Requirements
911

10-
* JupyterLab >= 2.0
12+
* JupyterLab >= 1.2
13+
* JupyterLab < 2.0
14+
1115

1216
## Install
1317

1418
```bash
15-
jupyter labextension install jupyterlab-hide-code
19+
jupyter labextension install osscar@jupyterlab-hide-code
1620
```
1721

1822
## Contributing
@@ -53,3 +57,9 @@ jupyter lab --watch
5357
jupyter labextension uninstall jupyterlab-hide-code
5458
```
5559

60+
# Acknowlegements
61+
62+
We acknowledge support from:
63+
* EPFL Open Science Fund
64+
65+
<img src='./OSSCAR-logo.png' width='300'>

0 commit comments

Comments
 (0)