davidbrochart / nbterm

Jupyter Notebooks in the terminal.
MIT License
745 stars 37 forks source link

Missing Interactive Plot showing #72

Open msjahid opened 6 months ago

msjahid commented 6 months ago

There is no interactive plot showing.

from IPython.core.interactiveshell import InteractiveShell      
InteractiveShell.ast_node_interactivity = "all"  
import matplotlib.pyplot as plt 
%matplotlib inline
plt.show()

OS: Ubuntu 22.04 LTS GNOME Terminal any solution?

davidbrochart commented 6 months ago

Nbterm cannot show images. However jpterm has initial support for plotext through ypywidgets-textual.