Get your
own Python
server
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
import matplotlib.pyplot as plt import seaborn as sns sns.displot([0, 1, 2, 3, 4, 5], kind="kde") plt.show()