Tool for creating Jupyter notebooks in the CLOUD (Datalayer spaces).
Implements VS Code's LanguageModelTool interface for Copilot integration.
IMPORTANT: Use this tool ONLY when user explicitly says "remote" or "cloud" or "Datalayer space".
Do NOT use this for general notebook creation - use CreateDatalayerLocalNotebookTool for local notebooks.
Key behavior:
Creates notebook in CLOUD (Datalayer platform, not local disk)
Requires authentication
Opens with Datalayer custom editor
Uses default (Personal) space if not specified
Syncs across devices
Copilot will intelligently:
Extract notebook_name from user's request (e.g., "data analysis" → "data-analysis.ipynb")
Generate description from context (e.g., "for analyzing sales data")
Default to "Personal" space if space_name not specified
Tool for creating Jupyter notebooks in the CLOUD (Datalayer spaces). Implements VS Code's LanguageModelTool interface for Copilot integration.
IMPORTANT: Use this tool ONLY when user explicitly says "remote" or "cloud" or "Datalayer space". Do NOT use this for general notebook creation - use CreateDatalayerLocalNotebookTool for local notebooks.
Key behavior:
Copilot will intelligently: