Check if passes 17 (#2041)

* fix: boulerplate reduction

* fix: IS_COLAB

* fix: IS_COLAB

* debug: check if passes 17
This commit is contained in:
Andrew Ferlitsch
2023-06-27 17:12:22 +00:00
committed by GitHub
parent 6e7ec746d1
commit 6479533e29
@@ -66,7 +66,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "tvgnzT1CKxrO"
@@ -109,7 +108,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "08d289fa873f"
@@ -339,7 +337,7 @@
},
"outputs": [],
"source": [
"BUCKET_URI = \"gs://your-bucket-name-unique\" # @param {type:\"string\"}"
"BUCKET_URI = f\"gs://your-bucket-name-{PROJECT_ID}-unique\" # @param {type:\"string\"}"
]
},
{
@@ -359,7 +357,7 @@
},
"outputs": [],
"source": [
"! gsutil mb -l $REGION -p $PROJECT_ID $BUCKET_URI"
"! gsutil mb -l {REGION} -p {PROJECT_ID} {BUCKET_URI}"
]
},
{
@@ -415,7 +413,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "_McUaTTABIqu"
@@ -607,7 +604,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "B9Ep0eANl7te"
@@ -665,7 +661,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "Dp2oUReOpx7X"
@@ -696,7 +691,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "0xRXkbxZqDkc"
@@ -738,7 +732,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "6o93-TkuqXS-"
@@ -776,7 +769,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "_Ap-UO4tsJiO"
@@ -806,7 +798,6 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"id": "2gVBOadysOSY"