@@ -12,10 +13,10 @@ Visit the notebook [index.ipynb](index.ipynb) for a table of contents.
## Quick Start
Run the notebooks directly online [](https://mybinder.org/v2/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fgdet3-demos/master?urlpath=lab/tree/index.ipynb). Please note the following limitations:
Run the notebooks directly online with either [](https://jupyter.rwth-aachen.de/hub/spawn?profile=gdet3&next=/user-redirect/lab/tree/gdet3%2Findex.ipynb) or [](https://mybinder.org/v2/git/https%3A%2F%2Fgit.rwth-aachen.de%2FIENT%2Fgdet3-demos/master?urlpath=lab/tree/index.ipynb). Please note the following limitations:
* The starting process of the session may take up to one minute.
* Please note that the session will be cancelled after 10 minutes of user inactivity.
* Please note that the Binder session will be cancelled after 10 minutes of user inactivity.
## Usage
...
...
@@ -48,14 +49,16 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a
### Docker
For advanced users only: If you happen to have Docker installed, you can start a local dockerized JupyterLab with enabled GDET3-Demos with
For advanced users only: If you happen to have Docker installed, you can start a local dockerized JupyterLab
```bash
docker run --name='gdet3-demos'--rm-it-p 8888:8888 -eJUPYTER_ENABLE_LAB=yes registry.git.rwth-aachen.de/ient/gdet3-demos:master