Skip to content

Docs for type are missing Node and Python #90

@mootari

Description

@mootari

The docs section covering the cell types does not include node and python:

notebook-kit/docs/kit.html

Lines 112 to 125 in 6c2ec69

<script id="49" type="text/markdown">
The `type` attribute can have one of the following values:
- `module` - JavaScript
- `text/x-typescript` - TypeScript
- `text/markdown` - Markdown
- `text/html` - HTML
- `application/sql` - SQL
- `application/x-tex` - ${tex`\TeX`}
- `text/vnd.graphviz` - DOT (Graphviz)
- `application/vnd.observable.javascript` - Observable JavaScript
Here's an example of each supported cell type.
</script>

case "application/vnd.node.javascript":
return "node";
case "text/x-python":
return "python";

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions