Skip to content

Commit

Permalink
Add link to examples notebook in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Feb 1, 2025
1 parent 8c27a21 commit 25b9034
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 16,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down
Binary file added miscellaneous/logos/download.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ def get_start_widget(appbase, jupbase, notebase): # noqa: ARG001
/>
<div class="feature-label">Plugin store</div>
</a>
<a
class="feature"
href="{appbase}/examples.ipynb"
target="_blank">
<img
class="feature-logo"
src="{appbase}/miscellaneous/logos/download.png"
alt="Download examples"
/>
<div class="feature-label">Download examples</div>
</a>
<a
class="feature"
href="https://www.quantum-espresso.org/"
Expand Down

0 comments on commit 25b9034

Please sign in to comment.