Skip to content

Commit

Permalink
Merge pull request #7 from eds-book-gallery/postprint
Browse files Browse the repository at this point in the history
Postprint - Opticon, Thumbnail and Panel Widget
  • Loading branch information
acocac authored Mar 8, 2024
2 parents b3cef5e + 0530acd commit 0bb706b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</p>

<p align="center">
<img src="https://user-images.githubusercontent.com/13321552/222992432-ce985964-a191-481a-b830-1438c77c8461.png?raw=True" alt="thumbnail" width="300"/>
<img src="images/thumbnail.png" alt="thumbnail" width="500"/>
</p>

# How to run
Expand Down
Binary file added images/thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"source": [
"# Sea ice forecasting using IceNet\n",
"\n",
"{opticon}`tag`\n",
"{bdg-primary}`Polar`\n",
"{bdg-secondary}`Modelling`\n",
"{bdg-warning}`Standard`\n",
Expand Down Expand Up @@ -1062,8 +1061,8 @@
"\n",
"plot_ie = pn.Row(\n",
" plot_forecast,\n",
" pn.Column(pn.Spacer(height=5), month_slider, pn.Spacer(height=15), lead_slider, background='#f0f0f0', sizing_mode=\"fixed\"),\n",
" width_policy='max', height_policy='max', \n",
" pn.Column(pn.Spacer(height=5), month_slider, pn.Spacer(height=15), lead_slider, background='#f0f0f0', sizing_mode=\"scale_both\"),\n",
" width_policy='fit', height_policy='max', \n",
")\n",
"\n",
"plot_ie.embed()"
Expand Down

0 comments on commit 0bb706b

Please sign in to comment.