{
"cells": [
{
"cell_type": "markdown",
"id": "f2d7b3c9",
"metadata": {},
"source": [
"# Multi-condition CARNIVAL\n",
" "
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "a1684e94",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
"
\n",
" \n",
"  | \n",
" \n",
" \n",
" Installed version: | v0.9.2-beta.1 (latest: v0.9.1-alpha.3) | Available backends: | CVXPY v1.3.2, PICOS v2.4.17 | Default backend (corneto.K): | CVXPY | Installed solvers: | CVXOPT, ECOS, ECOS_BB, GLPK, GLPK_MI, OSQP, SCIPY, SCS | Graphviz version: | Graphviz not installed. To support plotting, please install graphviz with conda | Repository: | https://github.com/saezlab/corneto | \n",
" \n",
" | \n",
"
\n",
"
"
],
"text/plain": [
""
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import corneto as cn\n",
"\n",
"cn.info()"
]
},
{
"cell_type": "markdown",
"id": "ef4a003b",
"metadata": {},
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.4"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
}
},
"nbformat": 4,
"nbformat_minor": 5
}