Skip to content

Commit

Permalink
chore: fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Apr 22, 2024
1 parent 634f886 commit 8ceef27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/browser/repl.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ params = [
params.extend(("code", line) for line in lines.splitlines() if line)
query = urlencode(params)
jupyterlite = f"../../../jupyterlite/repl/?{query}"
jupyterlite = f"../../jupyterlite/repl/?{query}"
iframe = f'<iframe src="{jupyterlite}" id="jupyterlite-console"></iframe>'
print(iframe)
```
Expand Down

0 comments on commit 8ceef27

Please sign in to comment.