Error "execution_count": null is raised when I run the code.
rezapajhouhesh opened this issue · 2 comments
rezapajhouhesh commented
Hi, when I run 1.turtle-agent.ipynb file, this error is raised.
[Running] python -u "e:\Bourse\Stock-Prediction-Models-master\agent\1.turtle-agent.ipynb"
Traceback (most recent call last):
File "e:\Bourse\Stock-Prediction-Models-master\agent\1.turtle-agent.ipynb", line 865, in <module>
"execution_count": null,
NameError: name 'null' is not defined
How to fix it?
My python version is 3.10.6 and my editor is visual studio code.
Thanks
Corne173 commented
I'm not sure if the problem is related, but I've had similar issues with Matplotlib, an established library, when using Python 3.10.
I only use 3.9 now. It worth a try while you wait for a better solution
cotrariello84 commented
have you already tested any models? do they work?