Support variables pane for R (was: Code highlight for R kernel)
See original GitHub issueSo I am currently using the latest version of Jupyter (v2021.2.0
) on my laptop. I find it very cool that I can also use R kernels, even with IntelliSense! yet I might be missing something because I would like to see the variables that I have created and if possible code highlight. Here is a screenshot.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Display R code with highlighting of variables, links to... - R
This function leverages the highlight package to create an HTML display of R code. It connects all instances of a variable in the...
Read more >Variable Inspector - Unofficial Jupyter Notebook Extensions
The Variable Inspector extension, which currently supports python and R kernels, enables to collect all defined variables and display them in a floating ......
Read more >listings with R: keywords in variable names are highlighted ...
Followup question: Is it possible to suppress highlighting of variable names that are single keywords, like data or csv ? e.g. data =...
Read more >Chapter 10 Customizing Graphs - Data Visualization with R
mapped to the levels of a variable in the dataset. 10.2.1 Specifying colors manually. To specify a color for points, lines, or text,...
Read more >Setting up VS Code for Python Development like RStudio
First, why try to write Python like you write R code in RStudio? ... .com/docs/python/jupyter-support-py#_python-interactive-window Variable ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for your feedback. The code colorization issue will be addressed once VS Code adds native support for editing notebooks. Please see https://github.com/microsoft/vscode/issues/91987. You can experiment by using VS Code insiders, which defaults to the new notebook experience.
We’re keeping this open to track the ability for R to display variables.
Iteration-candidate because it was on Discussions.