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

Fix typos in jupyter.md #1209

Merged
merged 2 commits into from
Nov 29, 2024
Merged
Changes from 1 commit
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
Next Next commit
Fix typos in jupyter.md
  • Loading branch information
dandv authored Nov 29, 2024
commit b237208dfecbdaadc46db0f82de16a6b431ab1f7
4 changes: 2 additions & 2 deletions runtime/reference/cli/jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ display based on its capabilities.
`Deno.jupyter` provides several helper methods for rich output of common media
types.

`Deno.jupyter.html` is a tagged template that will render provided string as an
`Deno.jupyter.html` is a tagged template that will render the provided string as an
HTML in the notebook.

```js
Expand Down Expand Up @@ -180,7 +180,7 @@ notebook.
`Deno.jupyter.broadcast` allows to publish messages to the IO pub channel
allowing to provide live updates as the cell is evaluated.

Consider this example that prints a message before we start a compution and
Consider this example that prints a message before we start a computation and
another when the computation is finished:

```js
Expand Down
Loading