Python & Matplotlib: Make 3D plot interactive in Jupyter Notebook

后端 未结 6 1236
臣服心动
臣服心动 2020-12-22 18:22

I use Jupyter Notebook to make analysis of datasets. There are a lot of plots in the notebook, and some of them are 3d plots.

I\'m wondering if it is possible

6条回答
  •  忘掉有多难
    2020-12-22 19:21

    For 3-D visualization pythreejs is the best way to go probably in the notebook. It leverages the interactive widget infrastructure of the notebook, so connection between the JS and python is seamless.

    A more advanced library is bqplot which is a d3-based interactive viz library for the iPython notebook, but it only does 2D

提交回复
热议问题