We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4786734 commit 27b0739Copy full SHA for 27b0739
python/jupytergis_lab/src/notebookrenderer.ts
@@ -172,7 +172,7 @@ export const notebookRendererPlugin: JupyterFrontEndPlugin<void> = {
172
}
173
} else {
174
// If the user did not provide a path, create an untitled document
175
- let model = await app.serviceManager.contents.newUntitled({
+ const model = await app.serviceManager.contents.newUntitled({
176
path: PathExt.dirname(currentWidgetPath),
177
type: 'file',
178
ext: '.jGIS'
0 commit comments