Skip to content

Commit

Permalink
removing installation line from nb
Browse files Browse the repository at this point in the history
  • Loading branch information
ferponcem committed May 30, 2023
1 parent 96bde26 commit 6d18111
Showing 1 changed file with 11 additions and 21 deletions.
32 changes: 11 additions & 21 deletions examples/get_data.ipynb
Original file line number Diff line number Diff line change
@@ -1,40 +1,22 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"# Get the data\n",
"\n",
"The IBC data is primarily hosted on [EBRAINS](https://search.kg.ebrains.eu/instances/c10859c9-536f-45c0-a1d1-442f79f2a66e). So to access the data you need to have an EBRAINS account. You can register for it [here](https://ebrains.eu/register/).\n",
"\n",
"This is a simple guide on how to download the data using [this API](https://github.com/individual-brain-charting/api). You can also find the reference for the API [here](https://individual-brain-charting.github.io/docs/ibc_api.html).\n"
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"First, install the API if you haven't already.\n",
"\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install git+https://github.com/individual-brain-charting/api.git#egg=ibc_api"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"You might need to restart the Jupyter kernel if you hadn't installed the API before opening the notebook.\n",
"Then import it as follows."
"Import this tool as follows:"
]
},
{
Expand All @@ -58,6 +40,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -86,6 +69,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -115,6 +99,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -437,6 +422,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -511,6 +497,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand All @@ -519,6 +506,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -729,6 +717,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -855,6 +844,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down

0 comments on commit 6d18111

Please sign in to comment.