mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
Re-enable .NET Interactive in Ipynb notebooks (#21002)
This commit is contained in:
@@ -39,11 +39,14 @@ export const FILE_QUERY_EDITOR_TYPEID = 'workbench.editorInput.fileQueryInput';
|
||||
export const RESOURCE_VIEWER_TYPEID = 'workbench.editorInput.resourceViewerInput';
|
||||
|
||||
export const JUPYTER_PROVIDER_ID = 'jupyter';
|
||||
export const VSCODE_JUPYTER_PROVIDER_ID = 'jupyter-notebook';
|
||||
export const IPYKERNEL_DISPLAY_NAME = 'Python 3 (ipykernel)';
|
||||
export const INTERACTIVE_PROVIDER_ID = 'dotnet-interactive';
|
||||
export const TSGOPS_WEB_QUALITY = 'tsgops-image';
|
||||
export const CELL_URI_PATH_PREFIX = 'notebook-editor-';
|
||||
|
||||
export const DEFAULT_NOTEBOOK_FILETYPE = '.ipynb';
|
||||
|
||||
// The version of the notebook file format that we support
|
||||
export const NBFORMAT = 4;
|
||||
export const NBFORMAT_MINOR = 2;
|
||||
|
||||
Reference in New Issue
Block a user