https://github.com/openmodelica/omwebbook
An OpenModelica interactive notebook online
https://github.com/openmodelica/omwebbook
Last synced: about 1 year ago
JSON representation
An OpenModelica interactive notebook online
- Host: GitHub
- URL: https://github.com/openmodelica/omwebbook
- Owner: OpenModelica
- Created: 2017-05-19T18:07:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-07-05T09:46:40.000Z (almost 3 years ago)
- Last Synced: 2025-04-14T21:13:38.566Z (about 1 year ago)
- Language: HTML
- Homepage:
- Size: 4.68 MB
- Stars: 2
- Watchers: 21
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OMWebbook
An OpenModelica interactive notebook online
Requirements
1) docker, To install docker see https://docs.docker.com/engine/installation/
To build OMWebbook
1) clone the project
2) cd OMWebbook
3) docker build -t omwebbook .
After building the image omwebbook, we are now ready to run the OMWeb
To use it, run:
>> docker run -d -p 80:80 omwebbook