microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.28k stars 289 forks source link

Implement R and SQL code with Python in the same Jupyter Notebook #12796

Closed jan-casas closed 10 months ago

jan-casas commented 1 year ago
  1. Would it be possible to work with Python, R and SQL in the same jupyter notebook?
  2. If there is more than 1 graph (in jupyter notebook) add an option to view all (similar to how R display the graphs), it's quite useful
kenf1 commented 1 year ago

Yes, it's possible. Python and SQL can be used directly but you'll need a package like rpy2 to communicate between R and Python.

Click on bottom of code cell to change which language to use.

jan-casas commented 1 year ago

Yes, but not as smooth as Datalore, for example, and hopefully vscode would be close to doing it without import modules.

DonJayamanne commented 10 months ago

Thank you for filing this issue, however given the fact that there have been no upvotes on this issue nor any additional comments, I'm closing this issue.