fixed image path to notebook_toolbar.png

This commit is contained in:
Kasper D. Fischer 2021-04-12 17:59:54 +02:00
parent d6fff3fb3f
commit a7efb5ccc9

View File

@ -39,7 +39,7 @@
"#### Quick Reference on How to Use This Notebook\n", "#### Quick Reference on How to Use This Notebook\n",
"\n", "\n",
"\n", "\n",
"<img src=\"images/notebook_toolbar.png\" style=\"width:70%\"></img>\n", "<img src=\"../images/notebook_toolbar.png\" style=\"width:70%\"></img>\n",
"\n", "\n",
"* `Shift + Enter`: Execute cell and jump to the next cell\n", "* `Shift + Enter`: Execute cell and jump to the next cell\n",
"* `Ctrl/Cmd + Enter`: Execute cell and don't jump to the next cell\n", "* `Ctrl/Cmd + Enter`: Execute cell and don't jump to the next cell\n",