Does Quantopian support 3D graphing in any way? It would be incredibly useful for visualising aspects of a new strategy I am developing.
I usually use the mplot3d toolkit from matplotlib, but it doesn't seem to be a valid import for Quantopian Research... Following a bit of research, it doesn't seem like Seaborn supports 3D plotting. Is there any way of plotting in 3D within a Research notebook, without simply linking to an image?
Thanks!