Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit 0d898b5

Browse files
committed
Update 01. Setup And Authentication.ipynb
1 parent 7aa030a commit 0d898b5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

APSToolkitPython/Tutorials/01. Setup And Authentication.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"Requirement already satisfied: certifi>=2017.4.17 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from requests->aps-toolkit) (2024.2.2)\n",
9090
"Requirement already satisfied: six>=1.5 in /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages (from python-dateutil>=2.8.1->pandas->aps-toolkit) (1.16.0)\n",
9191
"Downloading aps_toolkit-0.5.3-py3-none-any.whl (55 kB)\n",
92-
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m55.7/55.7 kB\u001b[0m \u001b[31m496.4 kB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0ma \u001b[36m0:00:01\u001b[0m\n",
93-
"\u001b[?25hInstalling collected packages: aps-toolkit\n",
92+
"\u001B[2K \u001B[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001B[0m \u001B[32m55.7/55.7 kB\u001B[0m \u001B[31m496.4 kB/s\u001B[0m eta \u001B[36m0:00:00\u001B[0ma \u001B[36m0:00:01\u001B[0m\n",
93+
"\u001B[?25hInstalling collected packages: aps-toolkit\n",
9494
" Attempting uninstall: aps-toolkit\n",
9595
" Found existing installation: aps-toolkit 0.5.1\n",
9696
" Uninstalling aps-toolkit-0.5.1:\n",
@@ -220,6 +220,7 @@
220220
"outputs": [],
221221
"source": [
222222
"import os\n",
223+
"\n",
223224
"client_id = os.environ.get('APS_CLIENT_ID')\n",
224225
"client_secret = os.environ.get('APS_CLIENT_SECRET')\n",
225226
"auth = Auth(client_id, client_secret)\n"

0 commit comments

Comments
 (0)