I'm using inspect.getfile() to get the python file directory of some class of interest, and then I would ideally like to be able to open it semi-automatically. As it stands, I copy paste the directory into the open window and it takes some navigating.
Any thoughts?
Thanks!