2024-09-11 02:37:36 +00:00
{
"displayName" : ".ipynb Support" ,
"description" : "Provides basic support for opening and reading Jupyter's .ipynb notebook files" ,
"ipynb.pasteImagesAsAttachments.enabled" : "Enable/disable pasting of images into Markdown cells in ipynb notebook files. Pasted images are inserted as attachments to the cell." ,
2025-03-01 02:01:53 +00:00
"ipynb.experimental.serialization" : "Experimental feature to serialize the Jupyter notebook in a worker thread." ,
2024-09-11 02:37:36 +00:00
"newUntitledIpynb.title" : "New Jupyter Notebook" ,
"newUntitledIpynb.shortTitle" : "Jupyter Notebook" ,
"openIpynbInNotebookEditor.title" : "Open IPYNB File In Notebook Editor" ,
"cleanInvalidImageAttachment.title" : "Clean Invalid Image Attachment Reference" ,
"copyCellOutput.title" : "Copy Cell Output" ,
2025-03-01 02:01:53 +00:00
"addCellOutputToChat.title" : "Add Cell Output to Chat" ,
2024-09-11 02:37:36 +00:00
"openCellOutput.title" : "Open Cell Output in Text Editor" ,
"markdownAttachmentRenderer.displayName" : {
"message" : "Markdown-It ipynb Cell Attachment renderer" ,
"comment" : [
"Markdown-It is a product name and should not be translated"
]
}
}