Watson Studio ImportError: No module named 'pydotplus'
问题 Using: Watson Studio Python 3.5 With Spark Python Notebook: https://gist.github.com/anonymous/ea77f500b4fd80feb69fadb470fca235 This part gives the error: from IPython.display import Image import pydotplus dot_data = tree.export_graphviz(regr, out_file=None, feature_names = X_train.columns.values ,filled=True) graph = pydotplus.graph_from_dot_data(dot_data) Give error: ImportError: No module named 'pydotplus' Solution Is there another environment that actually has this module installed? OR Is