"An analysis has a name, description and parent dataset. Anytime it is saved, a new version of it is saved. On openBIS, an analysis is a container object which contains the result datafiles and the jupyter notebook. If an analysis is saved a second time, two new datasets are generated, both having parents of their previous datasets set."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"analysis = o.new_analysis(\n",
" parent=dataset,\n",
" name=\"my analysis\",\n",
" description= \"this time, there should be a meaningful explanation\",\n",
An analysis has a name, description and parent dataset. Anytime it is saved, a new version of it is saved. On openBIS, an analysis is a container object which contains the result datafiles and the jupyter notebook. If an analysis is saved a second time, two new datasets are generated, both having parents of their previous datasets set.
%% Cell type:code id: tags:
``` python
analysis=o.new_analysis(
parent=dataset,
name="my analysis",
description="this time, there should be a meaningful explanation",