I was changing my setting in Pycharm and ended up something that I did not want to do and, because I did not know how to put Pycharm back the way I wanted it to, I reset the setting to the original ones that come with Pycharm.
Doing this caused some issues and now I can't click on the Run 'file'
option or the Debug 'file'
option. These used to be green buttons but now they don't seem to be working for some reason.
This is a picture of what it looks like
Also, I don't know much about Pycharm but I got the error No python interpreter configured for the project
and it might have something to do with this but I really don't know. I looked at a youtube video that told me how to fix this problem, which I did. But I can't find a solution to this one about the notebook not running.
If anyone knew the solution to this problem it would be greatly appreciated
Run configurations
Seems like reverting to default settings removed your interpreter Configuration and you have to re-enter those. Try clicking on the dropdown that says Tests (1) in the top right of your window and create a new run configuration for your Project (i haven't used PyCharm in a bit, but it should say something like Edit Run Configuration). Set the interpreter to the Python Version you want to use (or the venv if there is one configured for your Project) and select the entry Point again (in your case probably Tests.py
).