Display place holder kernel for Python
when Python extension Or Python runtime isn't installed
#6821
Closed
2 tasks done
Labels
Milestone
Refs: #5864
Complexity: 3
Create Issue
If users do not have Python extension installed, and they open a Jupyter notebook, they do not know what they need to do to be able to run a Notebook with Python.
Solution:
Python
and when this kernel is used to run a notebook cell, they'll be prompted to install the Python extension.Python
and when this kernel is used to run a notebook cell, they'll be prompted to install the Python runtime.Testing
Test 1 (with Python runtime)
Python
Test 2 (without Python runtime)
Python
Python
The text was updated successfully, but these errors were encountered: