You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, cool app, a bit rough. It would be nice to have some sort of matplotlib terminal show. Currently the system completely crashes when running plt.show().
# importing matplotlib module
from matplotlib import pyplot as plt
# x-axis values
x = [5, 2, 9, 4, 7]
# Y-axis values
y = [10, 5, 8, 4, 2]
# Function to plot
plt.plot(x, y)
# function to show the plot
plt.show()
Hello, cool app, a bit rough. It would be nice to have some sort of matplotlib terminal show. Currently the system completely crashes when running plt.show().
Perhaps you could use something like https://github.com/matrach/matplotlib-terminal
script:
crash log:
PS. would be nice to have commandline functionality to go straight to a file, for example
jpterm file.ipynb
The text was updated successfully, but these errors were encountered: