We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765d531 commit 0caae37Copy full SHA for 0caae37
src/transform-deepnote-yaml-to-notebook-content.ts
@@ -17,7 +17,7 @@ export async function transformDeepnoteYamlToNotebookContent(
17
cells: [
18
{
19
...blankCodeCell,
20
- source: '# No notebooks found in Deepnote file.\n'
+ source: '# No notebooks found in the Deepnote file.\n'
21
}
22
]
23
};
0 commit comments