context = sd.getContext() app = context.getSDApplication() if context else None package_manager = app.getPackageMgr() if app else None assert context and app and package_manager package = package_manager.newUserPackage() graph = create_graph(package, graph_name) if package else None assert package and graph
Hi,Opening graphs is not available in the Python API at the moment.Maybe you could simulate a double click in the item using Qt for Python but I am not sure how that would work.Est.