Skip to content

Commit

Permalink
docs: fix notebook metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Feb 2, 2024
1 parent fefcb37 commit 6ac72e1
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions examples/atlas_genomics_load_agea.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
{
"cell_type": "code",
"execution_count": null,
"id": "initial_id",
"metadata": {
"collapsed": true,
"ibl_execute": false,
},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"from iblatlas.genomics import agea\n",
"\n",
"df_genes, gene_expression_volumes, atlas_agea = agea.load()"
]
"df_genes, gene_expression_volumes, atlas_agea = agea.load()\n"
],
"metadata": {
"collapsed": false,
"ibl_execute": false
},
"id": "bb2f59faef37c1b3",
"execution_count": null
},
{
"cell_type": "markdown",
Expand All @@ -37,6 +37,14 @@
},
"id": "62db803f3b14fc9"
},
{
"cell_type": "markdown",
"source": [],
"metadata": {
"collapsed": false
},
"id": "9a7afbf944dd385c"
},
{
"cell_type": "code",
"outputs": [],
Expand All @@ -53,17 +61,10 @@
],
"metadata": {
"collapsed": false,
"ibl_execute": false,
"ibl_execute": false
},
"id": "d05447d166c56453"
},
{
"cell_type": "markdown",
"source": [],
"metadata": {
"collapsed": false
},
"id": "9a7afbf944dd385c"
"id": "e5b06d6b647373b4",
"execution_count": null
}
],
"metadata": {
Expand Down

0 comments on commit 6ac72e1

Please sign in to comment.