Skip to content

Commit 5bdbec5

Browse files
committed
interim changes
1 parent ba1d67b commit 5bdbec5

File tree

6 files changed

+1535
-1278
lines changed

6 files changed

+1535
-1278
lines changed

1. Quick Start/1.0 - Sessions.ipynb

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "d17bea94",
5+
"id": "78f0fd7b",
66
"metadata": {},
77
"source": [
88
"# Refinitiv Data Platform Library for Python\n",
@@ -22,7 +22,7 @@
2222
},
2323
{
2424
"cell_type": "markdown",
25-
"id": "0719f755",
25+
"id": "560d68d9",
2626
"metadata": {},
2727
"source": [
2828
"## Import the library and load credentials\n",
@@ -35,7 +35,7 @@
3535
{
3636
"cell_type": "code",
3737
"execution_count": 1,
38-
"id": "dbccba19",
38+
"id": "e801bb0e",
3939
"metadata": {},
4040
"outputs": [],
4141
"source": [
@@ -46,26 +46,26 @@
4646
},
4747
{
4848
"cell_type": "markdown",
49-
"id": "8fe8c603",
49+
"id": "079c0ec3",
5050
"metadata": {},
5151
"source": [
5252
"## Define the session of your choice"
5353
]
5454
},
5555
{
5656
"cell_type": "markdown",
57-
"id": "42940bf3",
57+
"id": "54ce2f53",
5858
"metadata": {},
5959
"source": [
6060
"#### Desktop Session\n",
6161
"\n",
62-
"Create and open a Desktop session to connect to the Refinitiv Data Platform pvia Eikon 4 or the Refinitiv Workspace."
62+
"Create and open a Desktop session to Refintiv Eikon 4 or Refinitiv Workspace application - running locally."
6363
]
6464
},
6565
{
6666
"cell_type": "code",
6767
"execution_count": null,
68-
"id": "1021a681",
68+
"id": "51fad442",
6969
"metadata": {},
7070
"outputs": [],
7171
"source": [
@@ -74,7 +74,7 @@
7474
},
7575
{
7676
"cell_type": "markdown",
77-
"id": "158a1bbc",
77+
"id": "b01b8490",
7878
"metadata": {},
7979
"source": [
8080
"#### OR Platform Session\n",
@@ -84,7 +84,7 @@
8484
{
8585
"cell_type": "code",
8686
"execution_count": null,
87-
"id": "941f4299",
87+
"id": "62485c4a",
8888
"metadata": {},
8989
"outputs": [],
9090
"source": [
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"cell_type": "markdown",
102-
"id": "c003db82",
102+
"id": "3b46b41a",
103103
"metadata": {},
104104
"source": [
105105
"#### OR Local(Deployed) Session\n",
@@ -109,7 +109,7 @@
109109
{
110110
"cell_type": "code",
111111
"execution_count": 2,
112-
"id": "e3f2eab6",
112+
"id": "76a9f215",
113113
"metadata": {},
114114
"outputs": [],
115115
"source": [
@@ -122,20 +122,20 @@
122122
},
123123
{
124124
"cell_type": "markdown",
125-
"id": "3da10202",
125+
"id": "8344e4af",
126126
"metadata": {},
127127
"source": [
128128
"#### OR Local + Platform\n",
129129
"\n",
130-
"Create and open a Platform session to connect to both the Data Platform and a local (deployed) real-time distribution system (RTDS). \n",
130+
"Create and open a Platform session to both the Data Platform and a deployed real-time distribution system (RTDS). \n",
131131
"With this configuration, streaming data is retrieved from the local platform while non-streaming data is retrieved from the Refinitiv Data Platform. \n",
132132
"This scenario could apply where you want to consume both internally published streaming data and non-streaming data from Refinitiv"
133133
]
134134
},
135135
{
136136
"cell_type": "code",
137137
"execution_count": null,
138-
"id": "0694b1af",
138+
"id": "ac8ef22e",
139139
"metadata": {},
140140
"outputs": [],
141141
"source": [
@@ -152,7 +152,7 @@
152152
},
153153
{
154154
"cell_type": "markdown",
155-
"id": "351a9fa5",
155+
"id": "ad057cf2",
156156
"metadata": {},
157157
"source": [
158158
"## Then open it"
@@ -161,7 +161,7 @@
161161
{
162162
"cell_type": "code",
163163
"execution_count": 3,
164-
"id": "3be8010c",
164+
"id": "5eb4432c",
165165
"metadata": {},
166166
"outputs": [
167167
{
@@ -181,7 +181,7 @@
181181
},
182182
{
183183
"cell_type": "markdown",
184-
"id": "05423044",
184+
"id": "f292fe62",
185185
"metadata": {},
186186
"source": [
187187
"## Diagnose any Session issues\n",
@@ -191,7 +191,7 @@
191191
{
192192
"cell_type": "code",
193193
"execution_count": null,
194-
"id": "8b0be0f0",
194+
"id": "cf1b60c8",
195195
"metadata": {},
196196
"outputs": [],
197197
"source": [
@@ -204,7 +204,7 @@
204204
},
205205
{
206206
"cell_type": "markdown",
207-
"id": "96584e9c",
207+
"id": "4d086445",
208208
"metadata": {},
209209
"source": [
210210
"## Close the session"
@@ -213,7 +213,7 @@
213213
{
214214
"cell_type": "code",
215215
"execution_count": null,
216-
"id": "929af460",
216+
"id": "f628d577",
217217
"metadata": {},
218218
"outputs": [],
219219
"source": [
@@ -222,7 +222,7 @@
222222
},
223223
{
224224
"cell_type": "markdown",
225-
"id": "85969394",
225+
"id": "8b12fc65",
226226
"metadata": {},
227227
"source": [
228228
"## Session Events and State change notification\n",
@@ -232,7 +232,7 @@
232232
{
233233
"cell_type": "code",
234234
"execution_count": null,
235-
"id": "c76ced8b",
235+
"id": "adb83bc9",
236236
"metadata": {},
237237
"outputs": [],
238238
"source": [
@@ -266,7 +266,7 @@
266266
{
267267
"cell_type": "code",
268268
"execution_count": null,
269-
"id": "f654b5a4",
269+
"id": "e144b211",
270270
"metadata": {},
271271
"outputs": [],
272272
"source": []

0 commit comments

Comments
 (0)