Unable to run jupyter notebook cell #10972
-
Hi, I am facing an issue trying to run a jupyter notebook cell in vscode, I am just trying to use a simple Python script along with CSV data and images. This is the error I am getting for when I run my cell: The data I am dealing with is 6000+ images with the same for CSV rows. The Python script:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm guessing you're getting an out of memory exception. Unfortunately there's nothing we can do about this. You're best bet is to make sure the python environment on the university machine has all of the latest packages for what you're using. |
Beta Was this translation helpful? Give feedback.
I'm guessing you're getting an out of memory exception. Unfortunately there's nothing we can do about this. You're best bet is to make sure the python environment on the university machine has all of the latest packages for what you're using.