So the issue ended up being that I was missing some required modules. I took some time to look at the error stack trace and traced the path/files that it was trying to load the methods from. In this case I was missing IPython.
Once I installed IPython via anaconda navigator, this and all other code works fine now. Thanks!