8000 Changing cell type from text to code for better presentation · golemfactory/golem-kernel-python@cb222ef · GitHub
[go: up one dir, main page]

Skip to content

Commit cb222ef

Browse files
committed
Changing cell type from text to code for better presentation
1 parent 6293791 commit cb222ef

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

examples/goerli_testnet_example.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "markdown",
5-
"id": "3ac08612",
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "9a7df523",
67
"metadata": {},
8+
"outputs": [],
79
"source": [
810
"# Copyright 2023 Golem Factory GmbH\n",
911
"#\n",
@@ -21,9 +23,11 @@
2123
]
2224
},
2325
{
24-
"cell_type": "markdown",
25-
"id": "174c80b4",
26+
"cell_type": "code",
27+
"execution_count": null,
28+
"id": "e4524a10",
2629
"metadata": {},
30+
"outputs": [],
2731
"source": [
2832
"# This example is modification of \"Linear Regression with a Real Dataset\" Notebook from Machine Learning Crash Course created by Google and available here: https://github.com/google/eng-edu/blob/main/ml/cc/exercises/linear_regression_with_a_real_dataset.ipynb\n",
2933
"# This exercises is made available under the Apache License Version 2.0. You may obtain a copy of the License here: http://www.apache.org/licenses/LICENSE-2.0\n",

examples/polygon_mainnet_example.ipynb

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"cells": [
33
{
4-
"cell_type": "markdown",
5-
"id": "816408ba",
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"id": "51e28c65",
67
"metadata": {},
8+
"outputs": [],
79
"source": [
810
"# Copyright 2023 Golem Factory GmbH\n",
911
"#\n",
@@ -21,9 +23,11 @@
2123
]
2224
},
2325
{
24-
"cell_type": "markdown",
25-
"id": "ca9e9ce9",
26+
"cell_type": "code",
27+
"execution_count": null,
28+
"id": "cccb209d",
2629
"metadata": {},
30+
"outputs": [],
2731
"source": [
2832
"# This example is modification of \"Linear Regression with a Real Dataset\" Notebook from Machine Learning Crash Course created by Google and available here: https://github.com/google/eng-edu/blob/main/ml/cc/exercises/linear_regression_with_a_real_dataset.ipynb\n",
2933
"# This exercises is made available under the Apache License Version 2.0. You may obtain a copy of the License here: http://www.apache.org/licenses/LICENSE-2.0\n",

0 commit comments

Comments
 (0)
0