Skip to content

Commit 1f925d2

Browse files
committed
minor updates to credentials instruction
1 parent dc32ce8 commit 1f925d2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

00-Getting_started/00-Getting started.ipynb

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,15 @@
105105
]
106106
},
107107
{
108+
"attachments": {},
108109
"cell_type": "markdown",
109110
"metadata": {},
110111
"source": [
111-
"For this workshop, some of the configuration values are pre-filled (e.g. `database.host` already points to the workshop database). Let's complete the configuration by specifying the username and password.\n",
112+
"For this workshop, some of the configuration values are pre-filled (e.g. `database.host` already points to the workshop database or the local database if you are using Github Codespace). Let's complete the configuration by specifying the username and password.\n",
112113
"\n",
113-
"Go ahead and enter the username and password of your [datajoint.io](https://datajoint.io) account below."
114+
"Go ahead and enter the username and password of your [datajoint.io](https://datajoint.io) account below.\n",
115+
"\n",
116+
"***NOTE***: If you are running this tutorial with GitHub Codespace, you can skip this credentials setting step, as they are already preconfigured correctly for you already."
114117
]
115118
},
116119
{
@@ -347,7 +350,12 @@
347350
"name": "python",
348351
"nbconvert_exporter": "python",
349352
"pygments_lexer": "ipython3",
350-
"version": "3.7.3"
353+
"version": "3.7.16"
354+
},
355+
"vscode": {
356+
"interpreter": {
357+
"hash": "949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1"
358+
}
351359
}
352360
},
353361
"nbformat": 4,

0 commit comments

Comments
 (0)