Skip to content

Commit 2f3c21c

Browse files
corrected section naming
1 parent 06753da commit 2f3c21c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

notebooks/pathomics/getting_started_with_digital_pathology.ipynb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"cell_type": "code",
72-
"execution_count": 1,
72+
"execution_count": null,
7373
"metadata": {
7474
"collapsed": true,
7575
"id": "Y9weWEaezOmg"
@@ -82,7 +82,7 @@
8282
},
8383
{
8484
"cell_type": "code",
85-
"execution_count": 2,
85+
"execution_count": null,
8686
"metadata": {
8787
"id": "YStGX-uGHUQa"
8888
},
@@ -107,7 +107,7 @@
107107
},
108108
{
109109
"cell_type": "code",
110-
"execution_count": 3,
110+
"execution_count": null,
111111
"metadata": {
112112
"colab": {
113113
"base_uri": "https://localhost:8080/"
@@ -244,7 +244,7 @@
244244
"id": "8Ja50OuORgv9",
245245
"outputId": "3778d0d9-da89-4760-db8a-ae9738f45591"
246246
},
247-
"execution_count": 6,
247+
"execution_count": null,
248248
"outputs": [
249249
{
250250
"output_type": "display_data",
@@ -563,7 +563,7 @@
563563
},
564564
{
565565
"cell_type": "code",
566-
"execution_count": 7,
566+
"execution_count": null,
567567
"metadata": {
568568
"colab": {
569569
"base_uri": "https://localhost:8080/",
@@ -895,7 +895,7 @@
895895
"id": "zYXInJorSTv9",
896896
"outputId": "f4b4b58a-0aeb-4718-a784-57f606290d6e"
897897
},
898-
"execution_count": 8,
898+
"execution_count": null,
899899
"outputs": [
900900
{
901901
"output_type": "stream",
@@ -965,7 +965,7 @@
965965
"height": 313
966966
}
967967
},
968-
"execution_count": 9,
968+
"execution_count": null,
969969
"outputs": [
970970
{
971971
"output_type": "display_data",
@@ -1432,7 +1432,7 @@
14321432
"base_uri": "https://localhost:8080/"
14331433
}
14341434
},
1435-
"execution_count": 10,
1435+
"execution_count": null,
14361436
"outputs": [
14371437
{
14381438
"output_type": "stream",
@@ -1466,7 +1466,7 @@
14661466
"base_uri": "https://localhost:8080/"
14671467
}
14681468
},
1469-
"execution_count": 11,
1469+
"execution_count": null,
14701470
"outputs": [
14711471
{
14721472
"output_type": "stream",
@@ -1490,7 +1490,7 @@
14901490
},
14911491
{
14921492
"cell_type": "code",
1493-
"execution_count": 12,
1493+
"execution_count": null,
14941494
"metadata": {
14951495
"id": "z7U1q-EIL29P"
14961496
},
@@ -1522,7 +1522,7 @@
15221522
"id": "E_q86bgVLzO8"
15231523
},
15241524
"source": [
1525-
"# Part 2: How to access and read whole-slide images from IDC"
1525+
"# Part 3: How to access and read whole-slide images from IDC"
15261526
]
15271527
},
15281528
{
@@ -1536,7 +1536,7 @@
15361536
},
15371537
{
15381538
"cell_type": "code",
1539-
"execution_count": 13,
1539+
"execution_count": null,
15401540
"metadata": {
15411541
"colab": {
15421542
"base_uri": "https://localhost:8080/"
@@ -1572,7 +1572,7 @@
15721572
},
15731573
{
15741574
"cell_type": "code",
1575-
"execution_count": 14,
1575+
"execution_count": null,
15761576
"metadata": {
15771577
"colab": {
15781578
"base_uri": "https://localhost:8080/",
@@ -1961,7 +1961,7 @@
19611961
},
19621962
{
19631963
"cell_type": "code",
1964-
"execution_count": 15,
1964+
"execution_count": null,
19651965
"metadata": {
19661966
"id": "E_eQc54DODUi",
19671967
"colab": {
@@ -2092,7 +2092,7 @@
20922092
"id": "0JT6sXgf7RFT"
20932093
},
20942094
"source": [
2095-
"# Part 3: Application example -- Pre-trained model inference\n",
2095+
"# Part 4: Application example -- Pre-trained model inference\n",
20962096
"\n",
20972097
"The TCGA-trained model that we use here was made available open source as part of the publication [The NCI Imaging Data Commons as a platform for reproducible research in computational pathology](https://doi.org/10.1016/j.cmpb.2023.107839). The specific model used here is a demo version, meaning that it was trained using slides at reduced magnification (pixel spacing of 0.002 mm/px instead of 0.001 mm/px) and will thus also be applied to slides at this resolution. The model is available as Github release asset and can be retrieved via curl."
20982098
]

0 commit comments

Comments
 (0)