Skip to content

Commit 85b3d2e

Browse files
committed
docs: bump last_modified and reflow prose in Jupyter reference
1 parent 5441774 commit 85b3d2e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

runtime/reference/cli/jupyter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified: 2025-11-05
2+
last_modified: 2026-08-26
33
title: "Jupyter Kernel for Deno"
44
oldUrl: /runtime/manual/tools/jupyter/
55
openGraphLayout: "/open_graph/cli-commands.jsx"
@@ -86,9 +86,9 @@ You can also use `Deno.jupyter.$display` instead of typing
8686

8787
:::
8888

89-
This is a regular function, so you can use any library you want to format
90-
the output - eg. use [`@std/fmt/colors`](/runtime/reference/std/fmt/) to provide
91-
a colorful output:
89+
This is a regular function, so you can use any library you want to format the
90+
output - eg. use [`@std/fmt/colors`](/runtime/reference/std/fmt/) to provide a
91+
colorful output:
9292

9393
```ts
9494
import * as colors from "jsr:@std/fmt/colors";

0 commit comments

Comments
 (0)