🤖 Store execution outputs in Outputs
#3523
Annotations
6 errors and 10 warnings
tests/endToEnd.spec.ts > End-to-end cli export tests > Notebook embed site build:
packages/mystmd/tests/endToEnd.spec.ts#L61
AssertionError: expected { version: 2, kind: 'Article', …(7) } to match object { kind: 'Article', …(7) }
(17 matching properties omitted from actual)
- Expected
+ Received
Object {
"dependencies": Array [
Object {
"kind": "Notebook",
"label": "my-plot",
"location": "/plot.ipynb",
"slug": "plot",
"url": "/plot",
},
],
"frontmatter": Object {
"content_includes_title": false,
"exports": Array [
Object {
"filename": "index.md",
"format": "md",
},
],
"github": "https://github.com/jupyter-book/mystmd",
"keywords": Array [],
"title": "Plots In Markdown",
},
"kind": "Article",
"location": "/index.md",
"mdast": Object {
"children": Array [
Object {
"children": Array [
Object {
"children": Array [
Object {
"position": Object {
"end": Object {
"column": 1,
"line": 3,
},
"start": Object {
"column": 1,
"line": 3,
},
},
"type": "text",
"value": "Figure directive - local",
},
],
"depth": 2,
"html_id": "figure-directive-local",
"identifier": "figure-directive-local",
"implicit": true,
"label": "Figure directive - local",
"position": Object {
"end": Object {
"column": 1,
"line": 3,
},
"start": Object {
"column": 1,
"line": 3,
},
},
"type": "heading",
},
Object {
"children": Array [
Object {
- "_future_ast": Object {
- "children": Array [
- Object {
- "jupyter_data": Object {
- "data": Object {
- "text/html": Object {
- "content_type": "text/html",
- "hash": "a16fcedcd26437c820ccfc05d1f48a57",
- "path": "/a16fcedcd26437c820ccfc05d1f48a57.html",
- },
- "text/plain": Object {
- "content": "alt.Chart(...)",
- "content_type": "text/plain",
- },
- },
- "execution_count": 2,
- "metadata": Object {},
- "output_type": "execute_result",
- },
- "type": "output",
- },
- ],
"type": "outputs",
- },
- "data": Array [
- Object {
- "data": Object {
- "text/html": Object {
- "content_type": "text/html",
- "hash": "a16fcedcd26437c820ccfc05d1f48a57",
- "path": "/a16fcedcd26437c820ccfc05d1f48a57.html",
- },
- "text/plain": Object {
- "content": "alt.Chart(...)",
- "content_type": "text/plain",
- },
},
- "execution_count": 2,
- "metadata": Object {},
- "output_type": "execute_result",
- },
- ],
- "type": "output",
- },
Object {
"children": Array [
Object {
"children": Array [
Object {
"position": Object {
|
Testing on node 22.4.x
Process completed with exit code 1.
|
Testing on node 18
The job was canceled because "_22_4_x" failed.
|
Testing on node 18
The operation was canceled.
|
Testing on node 20
The job was canceled because "_22_4_x" failed.
|
Testing on node 20
The operation was canceled.
|
lint:
packages/myst-to-typst/src/index.ts#L6
'getDefaultCaptionSupplement' is defined but never used
|
lint:
packages/myst-directives/src/code.ts#L3
'nanoid' is defined but never used
|
lint:
packages/myst-cli-utils/src/session.ts#L10
'url' is defined but never used
|
lint:
packages/myst-cli-utils/src/session.ts#L10
'init' is defined but never used
|
lint:
packages/myst-frontmatter/src/licenses/schema.ts#L3
'LicenseSchema' is assigned a value but never used
|
lint:
packages/myst-transforms/src/links/github.ts#L7
'TRANSFORM_SOURCE' is assigned a value but never used
|
lint:
packages/myst-transforms/src/links/github.ts#L106
'file' is defined but never used
|
lint:
packages/myst-cli/src/build/typst.ts#L69
'templateYml' is defined but never used
|
lint:
packages/myst-cli/src/build/typst.ts#L70
'printGlossaries' is defined but never used
|
lint:
packages/myst-cli/src/init/jupyter-book/toc.ts#L335
'_' is assigned a value but never used
|