mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
feat(debugging): provide a way to export the drawn graph as a png file
This commit is contained in:
@@ -15,6 +15,7 @@ def main():
|
||||
|
||||
with open(notebook_file, "w", newline="\n") as f:
|
||||
json.dump(notebook_dict, f, indent=1, ensure_ascii=False)
|
||||
f.write("\n")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user