From 9465f559c8c93139122984366e6be30caf3b39ea Mon Sep 17 00:00:00 2001 From: Elias Bachaalany Date: Fri, 23 Aug 2024 05:37:31 -0700 Subject: [PATCH] Update chatgpt-code-python-pkglist-08232024.md --- .../chatgpt-sandbox/chatgpt-code-python-pkglist-08232024.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Articles/chatgpt-sandbox/chatgpt-code-python-pkglist-08232024.md b/Articles/chatgpt-sandbox/chatgpt-code-python-pkglist-08232024.md index 7569d74..54afb3f 100644 --- a/Articles/chatgpt-sandbox/chatgpt-code-python-pkglist-08232024.md +++ b/Articles/chatgpt-sandbox/chatgpt-code-python-pkglist-08232024.md @@ -1,6 +1,6 @@ # List of Python packages installed in ChatGPT code interpreter sandbox -I used this prompt to get the code interpreter give me the list of all installed packages: +I used this prompt to get the code interpreter give me the list of all installed Python packages: Use the following snippet with the code tool: @@ -28,9 +28,9 @@ I used this prompt to get the code interpreter give me the list of all installed - The code should generate the full list in /mnt/data/list.txt and give a download link -## List of installed packages as of 08/23/2024 +## List of installed Python packages as of 08/23/2024 -``` +```txt pdfminer.six==20220319 (/home/sandbox/.local/lib/python3.11/site-packages) tifffile==2024.8.10 (/home/sandbox/.local/lib/python3.11/site-packages) regex==2024.7.24 (/home/sandbox/.local/lib/python3.11/site-packages)