Skip to content

Commit

Permalink
#98 Rearrange user navigation (#105)
Browse files Browse the repository at this point in the history
* #98 Improve tutorial

* #98 Improve tutorial

* #98 Improve tutorial

* #98 Improve tutorial
  • Loading branch information
docktermj authored Oct 18, 2024
1 parent 2882409 commit 51623bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion httpserver/static/templates/site/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h2>Senzing Python SDK demonstration</h2>
In this demonstration,
<a href="https://github.com/senzing-garage/sz-sdk-python-grpc">Senzing's Python
Software Development Kit for gRPC</a>
(SDK) runs on your Linux, Mac, or Windows workstation.
(SDK) runs natively on a Linux, macOS, or Windows workstation.
</p>
<p>
The
Expand Down Expand Up @@ -88,6 +88,12 @@ <h2>Senzing Python SDK demonstration</h2>
</li>
</ol>
</p>
<h2>Clean up</h2>
<p>
To remove this demonstration from a workstation, visit
<a
href="https://github.com/senzing-garage/knowledge-base/blob/main/proposals/quickstart-grpc/cleanup.md">Cleanup</a>.
</p>
<h2>Misc - For use during development</h2>
<ul>
<li><a href="debug.html">Debug information</a></li>
Expand Down
4 changes: 3 additions & 1 deletion rootfs/notebooks/senzing_hello_world.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"1. To run all cells,\n",
" click on the \"Restart the kernel and run all cells\" icon\n",
" (![Restart the kernel and run all cells](img/play.png))\n",
" near the top of this notebook.\n"
" near the top of this notebook.\n",
" When prompted, restart the kernel.\n",
" \n"
]
},
{
Expand Down

0 comments on commit 51623bc

Please sign in to comment.