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
Jupyter Extension version (available under the Extensions sidebar): Marketplace
Python Extension version (available under the Extensions sidebar): No
OS (Windows | Mac | Linux distro) and version: Windows 10
Python and/or Anaconda version: No
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): No
Jupyter server running: No
Expected behaviour
No message to install Python.
Is this Python extension or Jupyter?
Actual behaviour
When I create new Notebook I am asked to install Python, why?
Install Julia Extension
I am asked to install Python?
All in my company gets same message, in SSH worse, always asked to install python.
Why not ask when I try to run a Python notebook instead, I do not have Python install, why ask
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
XXX
Logs
Output for Jupyter in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Jupyter)
XXX
The text was updated successfully, but these errors were encountered:
Validated. Without the Python extension and an updated build of the Jupyter extension, if I open a blank notebook I do not get a prompt to install the Python extension.
For #4965
If you have a notebook with metadata that has a language of python, but no kernel information, we still prompt to install Python.
Not sure how users can create such notebooks, in our extension users can create such notebooks because we always default language to python for blank notebooks.
This ensures we don't display prompts if there is no kernel information.
Environment data
Expected behaviour
No message to install Python.
Is this Python extension or Jupyter?
Actual behaviour
When I create new Notebook I am asked to install Python, why?
Install Julia Extension
I am asked to install Python?
All in my company gets same message, in SSH worse, always asked to install python.
Why not ask when I try to run a Python notebook instead, I do not have Python install, why ask
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Logs
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: