Skip to content

Commit c7e5651

Browse files
committed
Fixed R notebook location
1 parent f20fdc4 commit c7e5651

File tree

2 files changed

+13
-316
lines changed

2 files changed

+13
-316
lines changed

R_ArangoDB_Managed_Service_Notebook.ipynb

Lines changed: 0 additions & 299 deletions
This file was deleted.

notebooks/R_ArangoDB_Managed_Service_Notebook.ipynb

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"id": "yTp91wVSI9TE"
7+
},
68
"source": [
7-
"<a href=\"https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/R_ArangoDB_Managed_Service_Notebook.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
9+
"# Using R with Arango DB"
810
]
911
},
1012
{
11-
"cell_type": "code",
12-
"execution_count": null,
13+
"cell_type": "markdown",
1314
"metadata": {
14-
"id": "QqzOyoUyU4G7"
15+
"id": "ff2CpR4fIkvt"
1516
},
16-
"outputs": [],
1717
"source": [
18-
"# Using R with Arango DB"
18+
"<a href=\"https://colab.research.google.com/github/arangodb/interactive_tutorials/blob/master/notebooks/R_ArangoDB_Managed_Service_Notebook.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
1919
]
2020
},
2121
{
@@ -24,7 +24,7 @@
2424
"id": "3_Hk2L_2Ve0b"
2525
},
2626
"source": [
27-
"This notebook will provide an overview of the steps involved in using R and Arango DB to work with Graph data. To do so, we will need the aRangodb R driver. This can be installed as shown below."
27+
"This notebook will provide an overview of the steps involved in using [R](https://www.r-project.org/) and [ArangoDB](https://www.arangodb.com/) to work with Graph data. To do so, we will need the [ArangoDB R driver](https://gitlab.com/krpack/arango-driver). "
2828
]
2929
},
3030
{
@@ -35,7 +35,7 @@
3535
"base_uri": "https://localhost:8080/"
3636
},
3737
"id": "TRWAOnZi3rb4",
38-
"outputId": "96fb5fc4-995a-4cc3-a0b9-60bcd89341ba"
38+
"outputId": "49e45c1d-cbbd-4ba0-b282-54cabbd4b8c5"
3939
},
4040
"outputs": [],
4141
"source": [
@@ -61,7 +61,7 @@
6161
"base_uri": "https://localhost:8080/"
6262
},
6363
"id": "GVqi6Qqg-Zbn",
64-
"outputId": "9de52904-8d7e-4aec-f64f-7a908e88c52d"
64+
"outputId": "f34d0084-38ce-4ecb-81fd-74e794f32092"
6565
},
6666
"outputs": [],
6767
"source": [
@@ -114,7 +114,7 @@
114114
"height": 1000
115115
},
116116
"id": "8WzYpVfu-c_3",
117-
"outputId": "4c294c2a-e83e-4cc6-834f-0ec342fe68ab"
117+
"outputId": "f1db6c3a-63d8-4378-f366-72e7f910d8bb"
118118
},
119119
"outputs": [],
120120
"source": [
@@ -212,11 +212,7 @@
212212
"cell_type": "code",
213213
"execution_count": null,
214214
"metadata": {
215-
"colab": {
216-
"base_uri": "https://localhost:8080/"
217-
},
218-
"id": "PuL0Lzv4XKM4",
219-
"outputId": "42e0c864-a0ed-47ee-b73f-4887940261b4"
215+
"id": "PuL0Lzv4XKM4"
220216
},
221217
"outputs": [],
222218
"source": [
@@ -299,5 +295,5 @@
299295
}
300296
},
301297
"nbformat": 4,
302-
"nbformat_minor": 1
298+
"nbformat_minor": 0
303299
}

0 commit comments

Comments
 (0)