Basic question.. Where do I find graph3.py for download, so I can interact with an LLM?

Newbie here. Trying to determine how to download graph3.py ( Laurence mentioned in his video), so I can start the analysis part with an LLM. Thanks.

Try opening the File menu in the programming interface, you should see all of the python support files there.

Hello: I am still stuck. Using chrome browser.

  1. I have the assignment ( C1M3_Assignment.ipynb) open in the workspace.
  2. I have the “Playground” chatgpt environment GPT-4o with Vision open as well in a separate browser window.
  3. I uploaded the C1M3_Assignment.ipynb in the Lab files section of the playground environment.

How do I “import” the graph class from the C1M3_Assignment.ipynb into chatgpt? The Files icon on the Chatgpt prompt does not seem provide the functionality to import anything. Copy from workspace and paste does not work either.

Please help. thank you.

  • List item

Sorry, I have not attended that course, so I do not know the exact workflow.

Do you need to do that?

Seems to me that you should be copying the code that ChatGPT generates and pasting it into the programming environment.

1 Like

No need to import anything into LLM, as Tom says copy paste code into it and the LLM will learn from it.