Experiment_summary¶
-
NetExplorer.views.http_api.planexp.general.experiment_summary.
experiment_summary
(request)¶ Returns a summary of a selected experiment.
- Accepts:
GET + AJAX
- Parameters
experiment (str) – Experiment name.
- Response:
- GET + AJAX:
str: JSON with html for summary (template “NetExplorer/experiment_summary.html”) and experiment type.
{ "html": str, "exp_type": str }