You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebook/open-data-studio.ipynb
+12-10Lines changed: 12 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"source": [
7
7
"# Open data studio\n",
8
8
"\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",
10
10
"\n",
11
11
"Supported computing frameworks are\n",
12
12
"\n",
@@ -26,11 +26,8 @@
26
26
"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",
27
27
"\n",
28
28
" - 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."
0 commit comments