Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hansbug/sysml-v2-jupyter-docker

Jupyter Docker of Systems-Modeling/SysML-v2-Release
https://github.com/hansbug/sysml-v2-jupyter-docker

Last synced: 7 days ago
JSON representation

Jupyter Docker of Systems-Modeling/SysML-v2-Release

Awesome Lists containing this project

README

        

# SysML-v2-Jupyter-Docker

Jupyter Docker of Systems-Modeling/SysML-v2-Release

Docker Hub: https://hub.docker.com/r/hansbug/sysml-v2-jupyter/tags

Online Demo on Huggingface Space: https://huggingface.co/spaces/HansBug/SysML-v2-Jupyter

## Install docker-compose

* With `apt-get` on ubuntu

```shell
sudo apt-get install -y docker-compose
```

* With PyPI

```shell
pip install -y docker-compose
```

## Start Jupyter Server for SysML v2

```shell
docker-compose up
```