Skip to content

Commit 90879bd

Browse files
committed
add notebook
1 parent da14b80 commit 90879bd

File tree

7 files changed

+924
-21
lines changed

7 files changed

+924
-21
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Python/.ipynb_checkpoints
22
Python/.env
3+
Python/jupyterlab_ESG_Screener_RDP_Search.ipynb
34

45

56
Java/
67
Java/.idea
78
Java/logs/
89
Java/target/
910
Java/.env
11+
12+
DEV.md

Python/.dockerignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.env
2-
.env.example
2+
.env.example
3+
rdp_apis_notebook.ipynb
4+
images/
5+
.ipynb_checkpoints/

Python/images/rdp_libraries_1.png

88.6 KB
Loading

Python/rdp_apis_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# Build and Parse Command line arguments for item/universe, which always change.
1616
my_parser = argparse.ArgumentParser(description='Interested Symbol')
17-
my_parser.add_argument('-i','--item', type = str, default= 'LSEG.L')
17+
my_parser.add_argument('-i','--item', type = str, default= 'TSLA.O')
1818
args = my_parser.parse_args()
1919

2020
universe = args.item

0 commit comments

Comments
 (0)