question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support variables pane for R (was: Code highlight for R kernel)

See original GitHub issue

So 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. image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
greazercommented, Mar 25, 2021

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.

1reaction
greazercommented, Apr 18, 2022

Iteration-candidate because it was on Discussions.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found