Skip to content

Commit ee419f2

Browse files
committed
update notebook
1 parent 40979eb commit ee419f2

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

notebook/open-data-studio.ipynb

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Open data studio\n",
88
"\n",
9-
"[Open data studio](https://open-datastudio.io) is managed computing computing service on [Staroid](https://staroid.com) cloud. Run your machine learning and large scale data processing workload without managing cluster and servers.\n",
9+
"[Open data studio](https://open-datastudio.io) is a managed computing computing service on [Staroid](https://staroid.com) cloud. Run your machine learning and large scale data processing workloads without managing clusters and servers.\n",
1010
"\n",
1111
"Supported computing frameworks are\n",
1212
"\n",
@@ -26,11 +26,8 @@
2626
"First, you need a SKE (Star Kubernetes Engine) cluster from [staroid.com](https://staroid.com) and access token for it. SKE provides a fully managed, serverless Kubernetes namespace on the cloud.\n",
2727
"\n",
2828
" - Sign up [staroid.com](https://staroid.com)\n",
29-
" - Click 'Kubernetes' -> 'New Kubernetes cluster' to create a new SKE cluster.\n",
30-
" - Get access token from 'Account' -> ['Access tokens'](https://staroid.com/settings/accesstokens) menu.\n",
31-
" \n",
32-
" \n",
33-
"And set `STAROID_SKE` and `STAROID_ACCOUNT` environment variable."
29+
" - Click 'Kubernetes' -> 'New Kubernetes cluster' to create a new SKE cluster. And set `STAROID_SKE` environment variable.\n",
30+
" - Get access token from 'Account' -> ['Access tokens'](https://staroid.com/settings/accesstokens) menu. And set `STAROID_ACCESS_TOKEN` environment variable."
3431
]
3532
},
3633
{
@@ -42,16 +39,21 @@
4239
"import os\n",
4340
"\n",
4441
"os.environ[\"STAROID_SKE\"]=\"<your ske cluster name>\"\n",
45-
"os.environ[\"STAROID_ACCOUNT\"]=\"<your staroid access token>\""
42+
"os.environ[\"STAROID_ACCESS_TOKEN\"]=\"<your staroid access token>\""
4643
]
4744
},
4845
{
4946
"cell_type": "markdown",
5047
"metadata": {},
5148
"source": [
5249
"Now you're ready to go!.\n",
53-
"Let's install and initialize [ods](https://github.com/open-datastudio/ods) module.\n",
54-
"\n",
50+
"Let's install and initialize [ods](https://github.com/open-datastudio/ods) module."
51+
]
52+
},
53+
{
54+
"cell_type": "markdown",
55+
"metadata": {},
56+
"source": [
5557
"## Install"
5658
]
5759
},
@@ -195,4 +197,4 @@
195197
},
196198
"nbformat": 4,
197199
"nbformat_minor": 4
198-
}
200+
}

0 commit comments

Comments
 (0)