Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Nov 15, 2021
1 parent 61d6cf9 commit 8b58e9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class NotebookCellBangInstallDiagnosticsProvider
}
const installer = diagnostic.message === pipMessage ? 'pip' : 'conda';
return new Hover(
`'!${installer} install' could install packages into the wrong environment. [More info](https://jakevdp.github.io/blog/2017/12/05/installing-python-packages-from-jupyter/).`,
`'!${installer} install' could install packages into the wrong environment. [More info](https://github.com/microsoft/vscode-jupyter/wiki/Installing-Python-packages-in-Jupyter-Notebooks).`,
diagnostic.range
);
}
Expand Down

0 comments on commit 8b58e9a

Please sign in to comment.