buttons.html 268 B

123456789
  1. <div class="buttons">
  2. {% include buttons/download.html %}
  3. {% if page.interact_link %}
  4. {% include buttons/thebelab.html %}
  5. {% include buttons/nbinteract.html %}
  6. {% include buttons/binder.html %}
  7. {% include buttons/jupyterhub.html %}
  8. {% endif %}
  9. </div>