Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do minor uptades in the text. #235

Merged
merged 2 commits into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading