jupyter-incubator / sparkmagic

Jupyter magics and kernels for working with remote Spark clusters
Other
1.33k stars 447 forks source link

Use output of %%info #468

Open eth-n opened 6 years ago

eth-n commented 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!

walarue commented 3 years ago

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