From 0eea198f4b08f0658e0a235c5160518c33242b3a Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Wed, 25 Oct 2023 19:31:56 +1100 Subject: [PATCH] updates --- notebooks/github.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/github.ipynb b/notebooks/github.ipynb index d1fbcca..63d4577 100644 --- a/notebooks/github.ipynb +++ b/notebooks/github.ipynb @@ -66,7 +66,7 @@ }, "outputs": [], "source": [ - "_.plot(kind='bar', title='Stargazers', x='name', y='stargazers')" + "_.plot(kind='bar', title='Stargazers', x='name', y='stargazers');" ] }, {