-
Are there plans to make Quarto standalone? aka not rely on Jupyter notebook extensions I have both installed in vscode but would prefer to only use Quarto since its better/more options of the 2. Only thing holding me back from removing Jupyter is running code chunks. I get error if/when Jupyter extension is disabled. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You might need to clarify your question a bit (as to desired vs. actual behavior). Currently running Python cells requires the Python extension but I don't think it requires the Jupyter extension. If there are some content types that require the VS Code Jupyter extension that isn't something we can influence. If on the other hand you are saying "can quarto execute python code without Jupyter" the answer is no (as Juptyer defines a protocol for code to generate rich embeddable output -- if we didn't use Jupyter we'd need to develop our own such protocol, which would be a huge undertaking that's fundamentally unnecessary given that Jupyter already exists). |
Beta Was this translation helpful? Give feedback.
-
Thanks for answering my question! My question was the 2nd one. Just for more context, the error message |
Beta Was this translation helpful? Give feedback.
You might need to clarify your question a bit (as to desired vs. actual behavior). Currently running Python cells requires the Python extension but I don't think it requires the Jupyter extension. If there are some content types that require the VS Code Jupyter extension that isn't something we can influence.
If on the other hand you are saying "can quarto execute python code without Jupyter" the answer is no (as Juptyer defines a protocol for code to generate rich embeddable output -- if we didn't use Jupyter we'd need to develop our own such protocol, which would be a huge undertaking that's fundamentally unnecessary given that Jupyter already exists).