Skip to content

Commit 2dce172

Browse files
committed
minor edits
1 parent 3c92dcc commit 2dce172

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

notebooks/collections_demos/prostate-MRI_hiplot_experiments.ipynb

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"colab": {
66
"provenance": [],
77
"toc_visible": true,
8-
"authorship_tag": "ABX9TyNgdBiWV+h+402vP+S+lM4s",
8+
"authorship_tag": "ABX9TyO4XqnB1lmQp1ryisGHcXVr",
99
"include_colab_link": true
1010
},
1111
"kernelspec": {
@@ -733,6 +733,7 @@
733733
"--\n",
734734
"\n",
735735
"Authored by Andrey Fedorov and Deepa Krishnaswamy\n",
736+
"\n",
736737
"Initial version: February 2024"
737738
],
738739
"metadata": {
@@ -754,15 +755,15 @@
754755
},
755756
{
756757
"cell_type": "code",
757-
"execution_count": 5,
758+
"execution_count": null,
758759
"metadata": {
759760
"id": "ZL2cHfH_afoh"
760761
},
761762
"outputs": [],
762763
"source": [
763764
"#@title Enter your Project ID here and authenticate with Google\n",
764765
"# initialize this variable with your Google Cloud Project ID!\n",
765-
"my_ProjectID = \"idc-sandbox-000\" #@param {type:\"string\"}\n",
766+
"my_ProjectID = \"\" #@param {type:\"string\"}\n",
766767
"\n",
767768
"import os\n",
768769
"os.environ[\"GCP_PROJECT_ID\"] = my_ProjectID\n",
@@ -808,7 +809,7 @@
808809
"metadata": {
809810
"id": "7TBdMCoRaott"
810811
},
811-
"execution_count": 6,
812+
"execution_count": null,
812813
"outputs": []
813814
},
814815
{
@@ -926,7 +927,7 @@
926927
"id": "RT41u4JfasR_",
927928
"outputId": "cef2cb56-6563-4d31-b9b4-9f7d4c976cf9"
928929
},
929-
"execution_count": 7,
930+
"execution_count": null,
930931
"outputs": [
931932
{
932933
"output_type": "display_data",
@@ -1126,7 +1127,7 @@
11261127
"id": "uZ-7O7O7c_pL",
11271128
"outputId": "2638e92c-9678-4236-cfec-04aa9dfa447f"
11281129
},
1129-
"execution_count": 8,
1130+
"execution_count": null,
11301131
"outputs": [
11311132
{
11321133
"output_type": "stream",
@@ -1171,7 +1172,7 @@
11711172
"id": "6smJIm8XhQMy",
11721173
"outputId": "e376bbf0-8872-475c-82d6-3810b1326804"
11731174
},
1174-
"execution_count": 9,
1175+
"execution_count": null,
11751176
"outputs": [
11761177
{
11771178
"output_type": "stream",
@@ -1214,7 +1215,7 @@
12141215
"id": "haEA8KMmhWEp",
12151216
"outputId": "1f159f90-2c3c-45da-9d55-50a95216a3c2"
12161217
},
1217-
"execution_count": 11,
1218+
"execution_count": null,
12181219
"outputs": [
12191220
{
12201221
"output_type": "execute_result",

0 commit comments

Comments
 (0)