Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Tigergraph<>Graphistry Fraud Demo\n",
"# Tigergraph<>Graphistry Fraud Demo: Raw REST\n",
"\n",
"Accesses Tigergraph's fraud demo"
"Accesses Tigergraph's fraud demo directly via manual REST calls"
]
},
{
Expand All @@ -18,9 +18,6 @@
"height": 34
},
"colab_type": "code",
"collapsed": false,
"deletable": true,
"editable": true,
"id": "LDqOCGCFv5hV",
"outputId": "ce308f8c-c843-43b1-ee99-539cb78ceeaf"
},
Expand All @@ -44,8 +41,6 @@
"colab": {},
"colab_type": "code",
"collapsed": true,
"deletable": true,
"editable": true,
"id": "fX4NU9ZGH6Ln"
},
"outputs": [],
Expand Down Expand Up @@ -104,8 +99,6 @@
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"deletable": true,
"editable": true,
"id": "LUEA1fmFOjCD"
},
"source": [
Expand All @@ -116,8 +109,6 @@
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"deletable": true,
"editable": true,
"id": "rY8Ip6WcOnPl"
},
"source": [
Expand All @@ -130,9 +121,6 @@
"metadata": {
"colab": {},
"colab_type": "code",
"collapsed": false,
"deletable": true,
"editable": true,
"id": "grR4ZNOAIIJn"
},
"outputs": [],
Expand All @@ -148,8 +136,6 @@
"colab": {},
"colab_type": "code",
"collapsed": true,
"deletable": true,
"editable": true,
"id": "UUTIiNkmIMQc"
},
"outputs": [],
Expand All @@ -161,8 +147,6 @@
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"deletable": true,
"editable": true,
"id": "mXT2bD2UOp3o"
},
"source": [
Expand All @@ -175,9 +159,6 @@
"metadata": {
"colab": {},
"colab_type": "code",
"collapsed": false,
"deletable": true,
"editable": true,
"id": "6fP3qhDCOwi3"
},
"outputs": [],
Expand All @@ -193,8 +174,6 @@
"colab": {},
"colab_type": "code",
"collapsed": true,
"deletable": true,
"editable": true,
"id": "6Z6ER8VGVi9t"
},
"outputs": [],
Expand All @@ -206,8 +185,6 @@
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"deletable": true,
"editable": true,
"id": "SKepDGbKZLGI"
},
"source": [
Expand All @@ -221,8 +198,6 @@
"colab": {},
"colab_type": "code",
"collapsed": true,
"deletable": true,
"editable": true,
"id": "SNvvtNvGZM92"
},
"outputs": [],
Expand All @@ -237,8 +212,6 @@
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"deletable": true,
"editable": true,
"id": "JD8M0c7OlYh7"
},
"source": [
Expand All @@ -252,8 +225,6 @@
"colab": {},
"colab_type": "code",
"collapsed": true,
"deletable": true,
"editable": true,
"id": "kdFC1-wglZIT"
},
"outputs": [],
Expand All @@ -273,8 +244,6 @@
"colab": {},
"colab_type": "code",
"collapsed": true,
"deletable": true,
"editable": true,
"id": "TczzpZRulnb4"
},
"outputs": [],
Expand All @@ -289,8 +258,6 @@
"colab": {},
"colab_type": "code",
"collapsed": true,
"deletable": true,
"editable": true,
"id": "0uOagyc1lqRR"
},
"outputs": [],
Expand All @@ -316,8 +283,6 @@
"colab": {},
"colab_type": "code",
"collapsed": true,
"deletable": true,
"editable": true,
"id": "Gc_Ot3E2lwOr"
},
"outputs": [],
Expand All @@ -341,16 +306,16 @@
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.13"
"pygments_lexer": "ipython3",
"version": "3.7.3"
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 1
}
Loading