Skip to content

Commit

Permalink
Update simple.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
cachitas committed Apr 3, 2024
1 parent 415df2f commit 6181f0f
Showing 1 changed file with 49 additions and 12 deletions.
61 changes: 49 additions & 12 deletions examples/simple.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,38 @@
"cells": [
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"import stringx\n",
"import pandas as pd"
"import pandas as pd\n",
"import stringx"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"[{'string_version': '12.0',\n",
" 'stable_address': 'https://version-12-0.string-db.org'}]"
]
},
"execution_count": 2,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"stringx.version()"
]
},
{
"cell_type": "code",
"execution_count": 9,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -21,7 +42,7 @@
},
{
"cell_type": "code",
"execution_count": 10,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -42,9 +63,17 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"params BEFORE request caller_identity=stringx%200.3.0\n",
"params AFTER request caller_identity=stringx%200.3.0\n"
]
},
{
"data": {
"text/html": [
Expand Down Expand Up @@ -103,7 +132,7 @@
"3 Vago 7227.FBpp0312036"
]
},
"execution_count": 11,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -118,7 +147,7 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -134,7 +163,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 7,
"metadata": {},
"outputs": [
{
Expand All @@ -146,7 +175,7 @@
" '7227.FBpp0312036']"
]
},
"execution_count": 13,
"execution_count": 7,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -157,9 +186,17 @@
},
{
"cell_type": "code",
"execution_count": 14,
"execution_count": 8,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"params BEFORE request caller_identity=stringx%200.3.0\n",
"params AFTER request caller_identity=stringx%200.3.0\n"
]
},
{
"data": {
"text/html": [
Expand Down Expand Up @@ -261,7 +298,7 @@
"2 7227 0.810 0 0 0 0.453 0 0 0.668 "
]
},
"execution_count": 14,
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
}
Expand Down

0 comments on commit 6181f0f

Please sign in to comment.