You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.
It would be desirable to instead use jupyter command by default while allowing a custom jupyter command as a user/workspace setting, in case one with a different name or PATH is needed. This is a feature which many other extensions tend to offer for any system commands they use.
(I'm using jupyter installed from MacPorts, which at the moment only provides renamed commands like jupyter-3.6 commands to prevent conflicts between multiple versions—one for each Python version. There is likely a way to allow selecting one of them to provide an exact jupyter command, but that still hasn't been added after quite some time: cf. https://trac.macports.org/ticket/51529.)
The text was updated successfully, but these errors were encountered:
chrstphrchvz
added a commit
to chrstphrchvz/vscodeJupyter
that referenced
this issue
Jul 17, 2018
Currently the extension is harcoded to run the command
jupyter notebook
:vscodeJupyter/src/jupyterServices/notebook/factory.ts
Lines 53 to 64 in be71800
It would be desirable to instead use
jupyter
command by default while allowing a customjupyter
command as a user/workspace setting, in case one with a different name or PATH is needed. This is a feature which many other extensions tend to offer for any system commands they use.(I'm using jupyter installed from MacPorts, which at the moment only provides renamed commands like
jupyter-3.6
commands to prevent conflicts between multiple versions—one for each Python version. There is likely a way to allow selecting one of them to provide an exactjupyter
command, but that still hasn't been added after quite some time: cf. https://trac.macports.org/ticket/51529.)The text was updated successfully, but these errors were encountered: