Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Mar 15, 2024
1 parent 90e2651 commit 6093c36
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions notebooks/biobuilder_api_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,20 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 28,
"id": "initial_id",
"metadata": {
"ExecuteTime": {
"end_time": "2024-03-15T20:23:29.758772Z",
"start_time": "2024-03-15T20:23:29.756131Z"
},
"collapsed": true
},
"outputs": [],
"source": [
"import sys\n",
"\n",
"sys.path.insert(0, '..')\n",
"\n",
"import os\n",
"import requests\n",
"\n",
"caravagna_model_filepath = '../biosimulator_processes/model_files/Caravagna2010.xml'\n",
"print(os.path.exists(caravagna_model_filepath))\n",
"\n",
"tumor_control_biomodel_id = 'BIOMD0000000749'\n",
"requests.get('https://www.ebi.ac.uk/biomodels/BIOMD0000000749', headers={'accept': 'application/json'}).json()"
"sys.path.insert(0, '..')"
]
},
{
Expand Down

0 comments on commit 6093c36

Please sign in to comment.