So I installed tensorflow onto my mac through the main response from here: https://stackoverflow.com/a/33691154/6095482
This means that my tensorflow works in a virtualenv. I can run it through my terminal for scripting purposes, but was wondering if there's any way to port that onto an IDE. I am familiar with pycharm, but couldn't figure out the path routing and virtual environments in order to get it going. Does anyone have any advice on where to take this and which IDE would be good?
Thanks!