If only want to hide a badge on an individual post, you can set the front matter hide_{github,colab,binder}_badge: true. For example, if you wanted to hide the Binder badge for an individual notebook but you want the other badges to show up, you can set this in your front matter:
- badges: true
- hide_binder_badge: true
If you do not want to show any badges on an individual page, you can just set badges: false.
Important Notes
I do not include a default environment by default. I let the user configure that themselves.
In the absence of this, I let Binder uses whatever default that it normally uses for dependencies. This keeps this repo lightweight such that I do not have to worry about dependencies.
Thanks for release of this new feature. This would be very helpful when creating interactive notebooks. However, will it be possible to make the blog post directly interactive using Binder or nbinteract?
I am not sure about this, as GitHub pages can ultimately only serve static sites (any interactivity must be done on the client side). There may be a way, but not something I"m confident enough in to promise at the moment.