Skip to content

Commit 8d8fab9

Browse files
author
Olivier Davant
committed
Links to Q&A forums updated
1 parent 3ca9673 commit 8d8fab9

18 files changed

+28
-18
lines changed

1.0.0 - Function - Sessions.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,23 @@
77
"# Refinitiv Data Platform Library for Python\n",
88
"## Function - How to use sessions\n",
99
"\n",
10+
"This notebook demonstrates how to create and open the different types of sessions offered by the Refinitiv Data Platform Library.\n",
11+
"\n",
1012
"Depending on the access point your application uses to connect to the Refinitiv Data Platform, it has to create and open either a PlatformSession, a DesktopSession or a DeployedPlatform session: \n",
1113
"\n",
1214
" - **PlatformSession:** This type of session is used to connect directly to the Refinitiv Data Platform. It requires a Refinitiv Data Platform account (either a user account or a machine account). In both cases you will need to provide Refinitiv Data Platform credentials to create the session\n",
1315
" - **DesktopSession:** This type of session is used to connect the Refinitiv Data Platform either via Eikon or via the Refinitiv Workspace. It requires Eikon or the Refinitiv Workspace to be running alongside your application Python application.\n",
1416
" - **DeployedPlatformSession:** This type of session is used to connect the Refinitiv Data Platform via a local (deployed) enterprise platform like (a.k.a. TREP). It requires the IP of the local platform and a user name (a.k.a. DACS user name)\n",
1517
" \n",
16-
"These 3 session types aslo require an App Key that uniquely identifies your application. Please refer to the Refinitiv Data Platform Libraries Quick Start guide to learn how to create an App Key for your application. Once created with one of the following functions, the session will become the default session used by all other Refinitiv Data Platform function calls."
18+
"These 3 session types aslo require an App Key that uniquely identifies your application. Please refer to the Refinitiv Data Platform Libraries Quick Start guide to learn how to create an App Key for your application. Once created with one of the following functions, the session will become the default session used by all other Refinitiv Data Platform function calls.\n",
19+
"\n",
20+
"#### Learn more\n",
21+
"\n",
22+
"To learn more about the Refinitiv Data Platform Data Libraries just connect to the Refinitiv Developer Community. By [registering](https://developers.refinitiv.com/iam/register) and [login](https://developers.refinitiv.com/iam/login) to the Refinitiv Developer Community portal you will get free access to a number of learning materials like [Quick Start guides](https://developers.refinitiv.com/refinitiv-data-platform/refinitiv-data-platform-libraries/quick-start), [Tutorials](https://developers.refinitiv.com/refinitiv-data-platform/refinitiv-data-platform-libraries/learning), [Documentation](https://developers.refinitiv.com/refinitiv-data-platform/refinitiv-data-platform-libraries/docs) and much more. \n",
23+
"\n",
24+
"#### Getting Help and Support\n",
25+
"\n",
26+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
1727
]
1828
},
1929
{

1.1.0 - Function - Historical Pricing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

1.2.0 - Function - Pricing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

1.4.0 - Function - News.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

2.1.0 - Content - HistoricalPricing - Synchronous.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

2.1.1 - Content - HistoricalPricing - Asychronous.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

2.1.2 - Content - HistoricalPricing - EventDriven.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

2.2.0 - Content - Pricing - Synchronous.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

2.2.1 - Content - Pricing - Asychronous.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

2.2.2 - Content - Pricing - EventDriven.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

2.3.0 - Content - StreamingPrices - Update DataFrame.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. "
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. "
2424
]
2525
},
2626
{

2.3.1 - Content - StreamingPrices - With all events.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"\n",
2323
"#### Getting Help and Support\n",
2424
"\n",
25-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. "
25+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. "
2626
]
2727
},
2828
{

2.3.2 - Content - StreamingPrices - As a cache.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"\n",
2323
"#### Getting Help and Support\n",
2424
"\n",
25-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. "
25+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. "
2626
]
2727
},
2828
{

2.3.3 - Content - StreamingPrices - Streaming News.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. "
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. "
2424
]
2525
},
2626
{

3.1.0 - Delivery - EndPoint-QuantitativAnalytics-FinancialContracts.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

3.2.0 - Delivery - ItemStream-SynchronousOpen.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

3.2.1 - Delivery - ItemStream-MarkeByPrice.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"\n",
2121
"#### Getting Help and Support\n",
2222
"\n",
23-
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
23+
"If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.thomsonreuters.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you. \n"
2424
]
2525
},
2626
{

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,6 @@ rdp.get_news_headlines(query = 'LFR', count = 350)
150150

151151
# Help and Support
152152

153-
If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.refinitiv.com/spaces/231/index.html). The Refinitiv Developer Community will be very pleased to help you.
153+
If you have any questions regarding the API usage, please post them on the [Refinitiv Data Platform Q&A Forum](https://community.developers.refinitiv.com/spaces/321/index.html). The Refinitiv Developer Community will be very pleased to help you.
154154

155155

0 commit comments

Comments
 (0)