Skip to content

Commit

Permalink
Fixed ESLint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jandsonrj committed Mar 26, 2024
1 parent 73476db commit 635f120
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions frontend/pages/tutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ export default function Tutorials() {
target="_blank"
rel="noreferrer"
>
Jupyter Notebook{' '}
Jupyter Notebook{' '}
</Link>
with instructions and use-case examples can be found.
with instructions and use-case examples can be found.
</p>
<p>
<strong>Instalation via pip</strong>
Expand Down Expand Up @@ -137,7 +137,8 @@ export default function Tutorials() {
<Divider />
<Typography variant="body1" component="span">
<p>
The executable file with the notebook tutorial is available 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 635f120

Please sign in to comment.