Browser Interface
You can use DuneCopasi without installation directly here, in your browser, as you would use the executable on your machine. Local installation is still recommended for intensive applications as performance might me impacted.
There are two "windows": the editor and the terminal.
The terminal is a limited UNIX-like environment, with a full virtual file system.
The editor is a VSCode like editor.
It is simply a buffer you can copy to and from (with edit
and save
).
A typical workflow looks as follows:
upload
a file from your machine to the virtual file systemedit FILE
in the editor, this simply copies the file content into the editor, you have to manually save to a path after editingsave FILE
to the virtual file systemdune-copasi --config=PATH --model.writer.vtk.path=OUTPUT
run dune-copasi with a config file and overriding the outputdownload PATH
from the virtual file system to your machine
You can visualize your results by opening them in Glance by Kitware and clicking the folder icon on the website.
Loading...
Loading terminal...