all the examples that I've found on https://github.com/yhat/ggpy show code in jupyter notebook. Is this a requirement or can I also visualise a chart while using Pycharm or running a script from terminal?
If p
is a ggpy object, then simply print(p)
will show the plot in Pycharm or command line.
(self-answer migrated from comment by OP)