This morning when I got into the office, PyCharm said I need to update my IDE, so I updated it to the latest "professional" PyCharm edition. However, whenever I run my code, it now goes to Python Console pane instead of a Run pane appearing. At first, interactive python was completely broken, but after I redownloaded IPython, I got the interactive portion back, but my run is still missing. Please refer to the below pictures.
As you can see, in the new PyCharm, the title of the runs are called "Python Console (1), Python Console (2), etc with no names, and it is ran in Python console. In the old PyCharm, the file had its respective name and was in the "4. Run" category on the bottom left of PyCharm, and not in the Console section.
Additional Info: I am using Python 3.6, PyCharm Professional Edition, Ubuntu 18.04.
