-
Notifications
You must be signed in to change notification settings - Fork 389
Closed as not planned
Labels
jupyterpython-setupIssues with Python's environment and setupIssues with Python's environment and setupsupporta request for supporta request for support
Description
Bug description
When running any quarto command from VS Code, it fails because it cannot find jupyter. This is from the VS Code terminal:
tpoisot@werk:~/Code/JlDash> quarto check jupyter
Quarto 1.5.28
[✓] Checking Python 3 installation....OK
Version: 3.12.2
Path: /bin/python3.12
Jupyter: (None)
Jupyter is not available in this Python installation.
Install with python3 -m pip install jupyter
But if I run the same command from my usual terminal, it works:
tpoisot@werk:~/Code/JlDash> quarto check jupyter
Quarto 1.5.28
[✓] Checking Python 3 installation....OK
Version: 3.11.8
Path: /usr/bin/python3
Jupyter: 5.7.2
Kernels: julia-1.9, julia-1.10, python3, python3.11
[✓] Checking Jupyter engine render....OK
Steps to reproduce
No response
Expected behavior
Running the same command in the system terminal and in the VS Code terminal should give the same result.
Actual behavior
The VS Code terminal is unable to find the Jupyter kernels that the system terminal can locate.
Your environment
- IDE: VS Code 1.88.0
- Quarto: 1.5.28
- OS: Linux (OpenSUSE Tumbleweed), kernel 6.8.4
Quarto check output
the output of quarto check is the bug here ;-)
Metadata
Metadata
Assignees
Labels
jupyterpython-setupIssues with Python's environment and setupIssues with Python's environment and setupsupporta request for supporta request for support