Is there a way to export experiment results to a c...
# ask-questions
b
Is there a way to export experiment results to a csv/json format?
f
No built-in way. You could use the network panel in the browser devtools to get the results as JSON as a workaround for now
1
We also allow exporting results as a Jupyter notebook, which includes Pandas dataframes for everything.
b
Cool that works for me. Thanks!
Hmm, having trouble figuring out the Jupyter export? Any clues as to how to do that?
Ah I see, maybe the option will appear once I set up the query runner for my data source
f
yes