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 402f077 commit 79b34baCopy full SHA for 79b34ba
src/notebooks/deepnote/converters/inputConverters.ts
@@ -65,7 +65,7 @@ export abstract class BaseInputBlockConverter<T extends z.ZodObject> implements
65
: JSON.stringify(this.defaultConfig(), null, 2);
66
67
const cell = new NotebookCellData(NotebookCellKind.Code, configStr, 'json');
68
- console.log(cell);
+
69
return cell;
70
}
71
0 commit comments