Skip to content

Commit

Permalink
Merge pull request #235 from linea-it/224-highlight-tutorial-notebook…
Browse files Browse the repository at this point in the history
…-on-tutorials-page

Do minor uptades in the text.
  • Loading branch information
jandsonrj authored Mar 26, 2024
2 parents 2b776b0 + 635f120 commit 5d9b470
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions frontend/pages/tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,15 @@ export default function Tutorials() {
>
API's documentation page
</Link>
.
. There, a{' '}
<Link
href="https://linea-it.github.io/pzserver/notebooks/intro_notebook.html"
target="_blank"
rel="noreferrer"
>
Jupyter Notebook{' '}
</Link>
with instructions and use-case examples can be found.
</p>
<p>
<strong>Instalation via pip</strong>
Expand Down Expand Up @@ -129,8 +137,8 @@ export default function Tutorials() {
<Divider />
<Typography variant="body1" component="span">
<p>
A Jupyter Notebook with instructions and use-case examples is
available also in the{' '}
The executable file with the notebook tutorial is available in
the{' '}
<Link
href="https://github.com/linea-it/pzserver/blob/main/docs/notebooks/intro_notebook.ipynb"
target="_blank"
Expand Down

0 comments on commit 5d9b470

Please sign in to comment.