Replies: 2 comments
-
|
yeah, definitely, had some experiences with jupyter lab, as such, i usually prefer using scripts since it makes it easier for the agent to be able to work in a more natural environment |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
您好,已经收到。
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a Jupyter notebook environment, I encountered an issue where the code intended to read and display the first five rows of a CSV file did not produce any output, despite indicating successful execution. The model in use is GPT-4, which has been functioning correctly for basic file operations such as reading and writing TXT files. However, when delegating more complex data processing tasks to the agent using Python, the tasks either fail or result in errors. This discrepancy suggests that there may be specific challenges or limitations related to executing more advanced Python scripts within this setup.
Beta Was this translation helpful? Give feedback.
All reactions