Scientific Python DevstatsΒΆ

This website tracks the recent development history of the Scientific Python ecosystem.

# For interactive plots
from bokeh.plotting import figure, show, output_notebook
from bokeh.palettes import Category10_10 as palette
from bokeh.models import Legend
output_notebook()
Loading BokehJS ...