Get your
own Python
server
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
from numpy import random import matplotlib.pyplot as plt import seaborn as sns sns.displot(random.pareto(a=2, size=1000)) plt.show()