Skip to content

Commit 5f6dfbc

Browse files
committed
add info on prebuilt extensions
1 parent 60f7405 commit 5f6dfbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ class JupyterApplication implements IApplication, IStatefulService {
415415
const dialog = new BrowserWindow({
416416
title: 'Set Python Environment',
417417
width: 600,
418-
height: 250,
418+
height: 280,
419419
resizable: false,
420420
parent: this._window,
421421
modal: true,
@@ -439,7 +439,7 @@ class JupyterApplication implements IApplication, IStatefulService {
439439
const reqList = reqVersions.join(', ');
440440

441441
const message = reason === 'change' ?
442-
`Select the Python executable in the conda or virtualenv environment you would like to use for JupyterLab Desktop. Python packages in the environment selected need to meet the following requirements: ${reqList}.` :
442+
`Select the Python executable in the conda or virtualenv environment you would like to use for JupyterLab Desktop. Python packages in the environment selected need to meet the following requirements: ${reqList}. Prebuilt extensions installed in the selected environment will also be available in JupyterLab Desktop.` :
443443
ejs.render(`Failed to find a compatible Python environment at the configured path "<%= configuredPath %>". Environment Python package requirements are: ${reqList}.`, {configuredPath});
444444

445445
const template = `

0 commit comments

Comments
 (0)