KrishnaswamyLab / MAGIC

MAGIC (Markov Affinity-based Graph Imputation of Cells), is a method for imputing missing values restoring structure of large biological datasets.
GNU General Public License v2.0
341 stars 97 forks source link

interactive 3d plots compatibility #61

Closed wen-zhou-caltech closed 6 years ago

wen-zhou-caltech commented 6 years ago

Dear Magic developer,

Any advice on how to make the 3d plots interactive (rotate) in ipytnb? or is it just impossible with Jupyter notebook?

Thanks a ton, Wen

pkathail commented 6 years ago

I'm not familiar with this myself, but this page may be helpful. It suggests using %matplotlib notebook instead of %matplotlib inline to get embedded interactive figures in the IPython notebook.