Skip to content

Commit 09742c9

Browse files
committed
fix: Fix tensorflow typo
Signed-off-by: Tomas Kislan <tomas@kislan.sk>
1 parent a09ba40 commit 09742c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kernels/deepnote/environments/deepnoteEnvironmentsView.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export class DeepnoteEnvironmentsView implements Disposable {
124124
// Step 3: Enter packages (optional)
125125
const packagesInput = await window.showInputBox({
126126
prompt: l10n.t('Enter additional packages to install (comma-separated, optional)'),
127-
placeHolder: l10n.t('e.g., matplotlib, terraform'),
127+
placeHolder: l10n.t('e.g., matplotlib, tensorflow'),
128128
validateInput: (value: string) => {
129129
if (!value || value.trim().length === 0) {
130130
return undefined; // Empty is OK

0 commit comments

Comments
 (0)