Skip to content

Commit 005ec1a

Browse files
committed
nbstripout
1 parent 847ffa3 commit 005ec1a

File tree

1 file changed

+25
-30
lines changed

1 file changed

+25
-30
lines changed

notebooks/Cookiecutter_Demo_Notebook.ipynb

Lines changed: 25 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"source": [
6-
"<a href=\"https://colab.research.google.com/github/ArangoDB/interactive_tutorials/blob/master/notebooks/Cookiecutter_Demo_Notebook.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
7-
],
85
"metadata": {
9-
"collapsed": false,
106
"pycharm": {
117
"name": "#%% md\n"
128
}
13-
}
9+
},
10+
"source": [
11+
"<a href=\"https://colab.research.google.com/github/ArangoDB/interactive_tutorials/blob/master/notebooks/Cookiecutter_Demo_Notebook.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
12+
]
1413
},
1514
{
1615
"cell_type": "markdown",
16+
"metadata": {
17+
"pycharm": {
18+
"name": "#%% md\n"
19+
}
20+
},
1721
"source": [
1822
"# Cookiecutter Notebook\n",
1923
"This is a Notebook to explain the use of the Cookiecutter tool overall and the ArangomlFeatureStore template. It is split up in: <br>\n",
@@ -25,13 +29,7 @@
2529
"#### ArangomlFeatureStore\n",
2630
"#### ArangoDBTemplate\n",
2731
"#### Different use cases for Cookiecutter"
28-
],
29-
"metadata": {
30-
"collapsed": false,
31-
"pycharm": {
32-
"name": "#%% md\n"
33-
}
34-
}
32+
]
3533
},
3634
{
3735
"cell_type": "markdown",
@@ -278,30 +276,28 @@
278276
},
279277
{
280278
"cell_type": "markdown",
281-
"source": [
282-
"# The ArangoDB Template\n",
283-
"> This template creates a basic project structure to get you started with any ArangoDB service. The setup works the same as the other templates mentioned above, although it is way more specific. Since there are a lot of ArangoDB projects. You can find the ReadTheDocs [here](https://readthedocs.org/projects/arangodbtemplate/)"
284-
],
285279
"metadata": {
286-
"collapsed": false,
287280
"pycharm": {
288281
"name": "#%% md\n"
289282
}
290-
}
283+
},
284+
"source": [
285+
"# The ArangoDB Template\n",
286+
"> This template creates a basic project structure to get you started with any ArangoDB service. The setup works the same as the other templates mentioned above, although it is way more specific. Since there are a lot of ArangoDB projects. You can find the ReadTheDocs [here](https://readthedocs.org/projects/arangodbtemplate/)"
287+
]
291288
},
292289
{
293290
"cell_type": "code",
294291
"execution_count": null,
295-
"outputs": [],
296-
"source": [
297-
"!cookiecutter https://github.com/ArangoDB-Community/ArangoDBTemplate.git"
298-
],
299292
"metadata": {
300-
"collapsed": false,
301293
"pycharm": {
302294
"name": "#%%\n"
303295
}
304-
}
296+
},
297+
"outputs": [],
298+
"source": [
299+
"!cookiecutter https://github.com/ArangoDB-Community/ArangoDBTemplate.git"
300+
]
305301
},
306302
{
307303
"cell_type": "markdown",
@@ -398,16 +394,15 @@
398394
},
399395
{
400396
"cell_type": "markdown",
401-
"source": [
402-
"### Summary\n",
403-
"In this Notebook you have now covered what cookiecutter is, how to install it, how to apply it and how to use the ArnagomlFeatureStore template."
404-
],
405397
"metadata": {
406-
"collapsed": false,
407398
"pycharm": {
408399
"name": "#%% md\n"
409400
}
410-
}
401+
},
402+
"source": [
403+
"### Summary\n",
404+
"In this Notebook you have now covered what cookiecutter is, how to install it, how to apply it and how to use the ArnagomlFeatureStore template."
405+
]
411406
}
412407
],
413408
"metadata": {

0 commit comments

Comments
 (0)