# notebook-extension-samples **Repository Path**: mirrors_microsoft/notebook-extension-samples ## Basic Information - **Project Name**: notebook-extension-samples - **Description**: Sample code illustrating the VS Code notebook API (draft) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Notebook Extension Samples ## Setup ```bash # install dev dependencies yarn # install dependencies for every extension yarn run install # compile extensions yarn run build ``` Launch with VS Code OSS: ```bash # vscode and notebook-extension-samples are sibling folders cd vscode ./scripts/code.sh --extensions-dir ../notebook-extension-samples ```