Skip to content

Commit 8fd4984

Browse files
author
Wasin Waeosri
committed
Change logs:
1. Update minor changes in authentication notebook 2. Create Interday notebook
1 parent 859e756 commit 8fd4984

File tree

2 files changed

+2198
-7
lines changed

2 files changed

+2198
-7
lines changed

notebook/trkd_authentication.ipynb

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"# #uncomment if you do not have requests and websocket-client (version 0.49 and above) installed\n",
28+
"# #uncomment if you do not have requests installed\n",
2929
"\n",
3030
"# # Install requests package in a current Jupyter kernal\n",
3131
"# import sys\n",
@@ -38,7 +38,7 @@
3838
"metadata": {},
3939
"outputs": [],
4040
"source": [
41-
"# import required libraries\n",
41+
"# import requires libraries for HTTP Request and JSON Operation\n",
4242
"\n",
4343
"import requests\n",
4444
"import json"
@@ -62,12 +62,10 @@
6262
]
6363
},
6464
{
65-
"cell_type": "code",
66-
"execution_count": null,
65+
"cell_type": "markdown",
6766
"metadata": {},
68-
"outputs": [],
6967
"source": [
70-
"# main process"
68+
"## main process"
7169
]
7270
},
7371
{
@@ -239,11 +237,12 @@
239237
"cell_type": "markdown",
240238
"metadata": {},
241239
"source": [
242-
"## <a href=\"references\"></a>References\n",
240+
"## References\n",
243241
"For further details, please check out the following resources:\n",
244242
"* [Thomson Reuters Knowledge Direct API page](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd) on the [Refinitiv Developer Community](https://developers.thomsonreuters.com/) web site.\n",
245243
"* [Thomson Reuters Knowledge Direct API Catalog](https://www.trkd.thomsonreuters.com/SupportSite/RequestBuilder/requestbuilder.aspx) web site.\n",
246244
"* TRKD Article: [How to implement TRKD JSON application with Python chapter 1: the basic](https://developers.refinitiv.com/article/how-implement-trkd-json-application-python-chapter-1-basic)\n",
245+
"* [TRKD Tutorial](https://developers.refinitiv.com/thomson-reuters-knowledge-direct-trkd/thomson-reuters-knowledge-direct-api-trkd-api/learning).\n",
247246
"\n",
248247
"For any question related to this tutorial or TRKD API, please use the Developer Community [Q&A Forum](https://community.developers.refinitiv.com/spaces/51/view.html)."
249248
]

0 commit comments

Comments
 (0)