Forum Discussion

chriklev's avatar
chriklev
Regular Visitor
2 years ago
Solved

Reference json data from notebook output

Hello! I'm trying to return json data from a notebook like this:     json_data = {"key1": "value1","key2": "value2"} dbutils.notebook.exit(json_data)       How do I reference json values ...