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 3c421dd commit f74b221Copy full SHA for f74b221
src/notebooks/deepnote/converters/inputConverters.ts
@@ -63,7 +63,7 @@ export abstract class BaseInputBlockConverter<T extends z.ZodObject> implements
63
logger.error('Error parsing deepnote input metadata', deepnoteMetadataResult.error);
64
}
65
66
- // Create a code cell with Python language showing just the variable name
+ // Default fallback: empty plaintext cell; subclasses render content/language
67
const cell = new NotebookCellData(NotebookCellKind.Code, '', 'plaintext');
68
69
return cell;
0 commit comments