Why does Jupyter require Python to be installed? Are there any plans to not have it as a requirement in the future? #7362
Replies: 2 comments 1 reply
-
Jupyter requires Python because Jupyter Server (serving the Notebook UI) is currently written in Python. As for the |
Beta Was this translation helpful? Give feedback.
-
The VS Code extension is likely using the same Jupyter Server, and therefore would need Python.
Linking to jupyter/enhancement-proposals#103 as somewhat related. |
Beta Was this translation helpful? Give feedback.
-
As far as I know, JuPyteR stands for "Julia, Python and R". Yes, to run Julia and R one must first install Python to install Jupyter and the extension must end with
.ipynb
instead of.ijlnb
or.irnb
respectively.I previously didn't know that Jupyter requires a Python installation so this suprised me.
Beta Was this translation helpful? Give feedback.
All reactions