Skip to content

Commit a5a3f65

Browse files
author
Olivier Davant
committed
Refinitiv logo added to QS guide and Tutorials
1 parent f7d7f86 commit a5a3f65

18 files changed

+192
-18
lines changed

Quick Start/QS_1.0 - Sessions.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "957b5661-59a4-4b70-a8e5-e0a4ce9f7382",
6+
"metadata": {},
7+
"source": [
8+
"----\n",
9+
"<img src=\"../files/refinitiv.png\" width=\"20%\" style=\"vertical-align: top;\">\n",
10+
"\n",
11+
"# Data Library for Python\n",
12+
"\n",
13+
"----"
14+
]
15+
},
316
{
417
"cell_type": "markdown",
518
"id": "78f0fd7b",
619
"metadata": {},
720
"source": [
8-
"# Refinitiv Data Library for Python\n",
921
"## Define and Open a session\n",
1022
"\n",
1123
"Depending on the Credentials and Refinitiv Products/Services you have access to, you need define & open either a Platform Session or Desktop Session: \n",

Quick Start/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Refinitiv Data Library for Python
1+
<img src="../files/refinitiv.png" width="20%" style="vertical-align: top;">
2+
3+
# Data Library for Python
24

35
## Summary
46

Tutorials/2.Content/2.1-Historical/TUT_2.1.01-HistoricalPricing.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Refinitiv Data Library for Python\n",
7+
"----\n",
8+
"<img src=\"../../../files/refinitiv.png\" width=\"20%\" style=\"vertical-align: top;\">\n",
9+
"\n",
10+
"# Data Library for Python\n",
11+
"\n",
12+
"----"
13+
]
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
819
"## Content - Historical Pricing - Synchronous calls"
920
]
1021
},

Tutorials/2.Content/2.2-Pricing/TUT_2.2.01-Pricing-Snapshot.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Refinitiv Data Library for Python\n",
7+
"----\n",
8+
"<img src=\"../../../files/refinitiv.png\" width=\"20%\" style=\"vertical-align: top;\">\n",
9+
"\n",
10+
"# Data Library for Python\n",
11+
"\n",
12+
"----"
13+
]
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
819
"## Content - Pricing - Synchronous calls\n",
920
"\n",
1021
"This notebook demonstrates how to use the Pricing interface to retrieve snapshot data from the Refinitiv Data Platform."

Tutorials/2.Content/2.2-Pricing/TUT_2.2.02-Pricing-StreamingCache.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Refinitiv Data Library for Python\n",
7+
"----\n",
8+
"<img src=\"../../../files/refinitiv.png\" width=\"20%\" style=\"vertical-align: top;\">\n",
9+
"\n",
10+
"# Data Library for Python\n",
11+
"\n",
12+
"----"
13+
]
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
819
"## Content - Streaming Price Cache - Synchronous calls\n",
920
"\n",
1021
"This notebook demonstrates how to use the Streaming Price interface to cache streaming data from the Refinitiv Data Platform."

Tutorials/2.Content/2.2-Pricing/TUT_2.2.03-Pricing-StreamingEvents.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Refinitiv Data Library for Python\n",
7+
"----\n",
8+
"<img src=\"../../../files/refinitiv.png\" width=\"20%\" style=\"vertical-align: top;\">\n",
9+
"\n",
10+
"# Data Library for Python\n",
11+
"\n",
12+
"----"
13+
]
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
819
"## Content - Pricing - Streaming Events\n",
920
"\n",
1021
"This notebook demonstrates using a Pricing object to receive streaming real-time data via the event driven interface. "

Tutorials/2.Content/2.2-Pricing/TUT_2.2.04-Pricing-Chain.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Refinitiv Data Library for Python\n",
7+
"----\n",
8+
"<img src=\"../../../files/refinitiv.png\" width=\"20%\" style=\"vertical-align: top;\">\n",
9+
"\n",
10+
"# Data Library for Python\n",
11+
"\n",
12+
"----"
13+
]
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
819
"## Content - Pricing - Chain constituents\n",
920
"\n",
1021
"This notebook demonstrates how to use the Pricing interface to retrieve the consituents of a Chain instrument :\n",

Tutorials/2.Content/2.2-Pricing/TUT_2.2.05-Pricing-StreamingChain.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Refinitiv Data Library for Python\n",
7+
"----\n",
8+
"<img src=\"../../../files/refinitiv.png\" width=\"20%\" style=\"vertical-align: top;\">\n",
9+
"\n",
10+
"# Data Library for Python\n",
11+
"\n",
12+
"----"
13+
]
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
819
"## Content - Pricing - Chain + Streaming Constituents\n",
920
"\n",
1021
"This notebook demonstrates how to use the Pricing interface to \n",

Tutorials/2.Content/2.2-Pricing/TUT_2.2.06-Pricing-StreamingEventsDF.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Refinitiv Data Library for Python\n",
7+
"----\n",
8+
"<img src=\"../../../files/refinitiv.png\" width=\"20%\" style=\"vertical-align: top;\">\n",
9+
"\n",
10+
"# Data Library for Python\n",
11+
"\n",
12+
"----"
13+
]
14+
},
15+
{
16+
"cell_type": "markdown",
17+
"metadata": {},
18+
"source": [
819
"## Content - Pricing - Streaming\n",
920
"\n",
1021
"This notebook demonstrates using a Pricing object to \n",

Tutorials/2.Content/2.5-Symbology/TUT_2.5.01-Symbology-Convert.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "e17590df-acb2-4a2b-85a8-4e5854b71133",
6+
"metadata": {},
7+
"source": [
8+
"----\n",
9+
"<img src=\"../../../files/refinitiv.png\" width=\"20%\" style=\"vertical-align: top;\">\n",
10+
"\n",
11+
"# Data Library for Python\n",
12+
"\n",
13+
"----"
14+
]
15+
},
316
{
417
"cell_type": "markdown",
518
"id": "84834efe",
619
"metadata": {},
720
"source": [
8-
"# Refinitiv Data Library for Python\n",
921
"## Content - Symbol Conversion\n",
1022
"This notebook demonstrates how to convert between different Symbology types using the Refinitiv Data Platform OR via Refinitiv Eikon/Workspace. \n",
1123
"\n",

0 commit comments

Comments
 (0)