Open eth-n opened 6 years ago
Is there a way to save the output of the info magic so the information it returns is accessible as a dictionary? It looks like it's rendered as HTML, so it doesn't append to IPython's Out[]. Maybe there's another way to get the data? Thanks!
I want to second this, it would be useful to have the output in a dictionary in case I need to interact with the livy session directly
Is there a way to save the output of the info magic so the information it returns is accessible as a dictionary? It looks like it's rendered as HTML, so it doesn't append to IPython's Out[]. Maybe there's another way to get the data? Thanks!