We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f0e62 commit af50945Copy full SHA for af50945
Configuration/credentials.ipynb
@@ -53,7 +53,7 @@
53
"DEPLOYED_PLATFORM_HOST = os.getenv('DEPLOYED_PLATFORM_HOST')\n",
54
"DEPLOYED_PLATFORM_USER_NAME = os.getenv('DEPLOYED_PLATFORM_USER_NAME')\n",
55
"\n",
56
- "# **OR** you can hardcode them below - the above is considered to be the safer option - less risk of exposing credentials when sharing code\n",
+ "# **OR** you can hardcode them below - above is considered to be safer option - less risk of exposing credentials when sharing code\n",
57
"#APP_KEY = 'YOUR_APP_KEY'\n",
58
"#RDP_LOGIN = 'YOUR_REFINITIV_DATA_PLATFORM_LOGIN'\n",
59
"#RDP_PASSWORD = 'YOUR_REFINITIV_DATA_PLATFORM_PASSWORD'\n",
0 commit comments