For you to try all the notebooks and examples in MARO. Enjoy it!
643
The playground provides a standalone MARO running environment, it also includes examples of some predefined scenarios and quick-start tutorials.
# Run playground container.
# Redis commander (GUI for redis) -> http://127.0.0.1:40009
# Jupyter lab with maro -> http://127.0.0.1:40010
docker run -p 40009:40009 -p 40010:40010 maro2020/playground
| Service | Description | Host |
|---|---|---|
Redis Commander | Redis Web GUI. | http://127.0.0.1:40009 |
Jupyter Lab | Jupyter lab with MARO environment, examples, notebooks. | http://127.0.0.1:40010 |
(Remember to change ports if you use different ports mapping.)
| Folder | Description |
|---|---|
| examples | Showcases of predefined scenarios. |
| notebooks | Quick-start tutorial. |
(The ones not mentioned in this table can be ignored.)
Content type
Image
Digest
Size
2.4 GB
Last updated
about 5 years ago
docker pull maro2020/playground