Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/ipynb/package.nls.json
3290 views
1
{
2
"displayName": ".ipynb Support",
3
"description": "Provides basic support for opening and reading Jupyter's .ipynb notebook files",
4
"ipynb.pasteImagesAsAttachments.enabled": "Enable/disable pasting of images into Markdown cells in ipynb notebook files. Pasted images are inserted as attachments to the cell.",
5
"ipynb.experimental.serialization": "Experimental feature to serialize the Jupyter notebook in a worker thread.",
6
"newUntitledIpynb.title": "New Jupyter Notebook",
7
"newUntitledIpynb.shortTitle": "Jupyter Notebook",
8
"openIpynbInNotebookEditor.title": "Open IPYNB File In Notebook Editor",
9
"cleanInvalidImageAttachment.title": "Clean Invalid Image Attachment Reference",
10
"copyCellOutput.title": "Copy Cell Output",
11
"addCellOutputToChat.title": "Add Cell Output to Chat",
12
"openCellOutput.title": "Open Cell Output in Text Editor",
13
"markdownAttachmentRenderer.displayName": {
14
"message": "Markdown-It ipynb Cell Attachment renderer",
15
"comment": [
16
"Markdown-It is a product name and should not be translated"
17
]
18
}
19
}
20
21