There was an error while loading. Please reload this page.
1 parent 5441774 commit 85b3d2eCopy full SHA for 85b3d2e
1 file changed
runtime/reference/cli/jupyter.md
@@ -1,5 +1,5 @@
1
---
2
-last_modified: 2025-11-05
+last_modified: 2026-08-26
3
title: "Jupyter Kernel for Deno"
4
oldUrl: /runtime/manual/tools/jupyter/
5
openGraphLayout: "/open_graph/cli-commands.jsx"
@@ -86,9 +86,9 @@ You can also use `Deno.jupyter.$display` instead of typing
86
87
:::
88
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:
+This is a regular function, so you can use any library you want to format the
+output - eg. use [`@std/fmt/colors`](/runtime/reference/std/fmt/) to provide a
+colorful output:
92
93
```ts
94
import * as colors from "jsr:@std/fmt/colors";
0 commit comments