Skip to content

Commit 1f18cf0

Browse files
committed
update notebook
1 parent 132c0c8 commit 1f18cf0

File tree

3 files changed

+150
-397
lines changed

3 files changed

+150
-397
lines changed

Notebooks/03_PostgreSQL.ipynb

+15-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"+ search localhost in it and make below flag true\n",
139139
"+ network.dns.native-is-localhost\n",
140140
"\n",
141-
"On the login page, enter admin for username and password.\n",
141+
"On the login page, enter \"admin\" for username and password.\n",
142142
"+ Click Log In. \n",
143143
"+ Click OK on the prompt, then change your password. \n",
144144
"+ Add your Postgres DB as a data source: \n",
@@ -372,6 +372,20 @@
372372
"\n",
373373
" main()"
374374
]
375+
},
376+
{
377+
"cell_type": "markdown",
378+
"metadata": {},
379+
"source": [
380+
"Use Crontab in Linux to execute the script every 30 minutes"
381+
]
382+
},
383+
{
384+
"cell_type": "code",
385+
"execution_count": null,
386+
"metadata": {},
387+
"outputs": [],
388+
"source": []
375389
}
376390
],
377391
"metadata": {

0 commit comments

Comments
 (0)