Skip to content

Commit 9df0568

Browse files
committed
Fixes
1 parent c89a708 commit 9df0568

4 files changed

Lines changed: 6 additions & 15 deletions

File tree

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.ipynb filter=strip-notebook-output
1+
*.ipynb filter=strip-notebook-output

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@ deploy:
5454
stage: deploy
5555
script: echo "Define your deployment script!"
5656
environment: production
57-

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[pytest]
1+
[pytest]
22
pythonpath = src

tutorials/example_tutorial.ipynb

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,18 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "efb79425-958b-412c-afa9-055e27a69baa",
5+
"id": "0",
66
"metadata": {},
77
"source": [
88
"# Tutorial 1"
99
]
1010
},
1111
{
1212
"cell_type": "code",
13-
"execution_count": 1,
14-
"id": "68ad1562-4953-444c-96c7-9026bcc54cc7",
13+
"execution_count": null,
14+
"id": "1",
1515
"metadata": {},
16-
"outputs": [
17-
{
18-
"name": "stdout",
19-
"output_type": "stream",
20-
"text": [
21-
"Example tutorial which will be published in the docs!\n"
22-
]
23-
}
24-
],
16+
"outputs": [],
2517
"source": [
2618
"print(\"Example tutorial which will be published in the docs!\")"
2719
]

0 commit comments

Comments
 (0)