Slide 5
Slide 5 text
Python Application
from cubes import Workspace
!
workspace = Workspace(“slicer.ini”)
browser = workspace.browser(…)
result = browser.aggregate(…)
Public
store
JSON reply
Cubes
Python API
Django, Flask, …
HTML
model
Python Web App handles the request
Python Web App provides output
1
2
3
Application uses the Cubes directly: