Able to run multi-line R cells in windows
See original GitHub issueRefs: https://github.com/microsoft/vscode-jupyter/issues/4576
- windows @rchiodo
Complexity: 3
Running R
multi-line cells in Notebooks will not work in windows.
Solution:
- Remove carriage returns from CRLF in lines from cells
Testing
- Install
R
(https://www.r-project.org/) - Install R
Kernel
(see here https://irkernel.github.io/installation/) - Install Jupyter extension
- Create an ipynb notebook
- Create a
R
cell with the following code
a <- "Hello World"
print(a)
- Run the cell & select the
R
kernel - Verify the cell runs & output contains the text
Hello World
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:7 (7 by maintainers)
Top Results From Across the Web
How to execute multiple lines of (cmd) shell from R in the ...
I have a problem in that I cannot seem to evaluate multiple lines of cmd from R in the same cmd session. Minimal...
Read more >How to put multiple lines into cells in Microsoft Excel
You can select multiple cells by holding down the CNTRL key while clicking on them, select entire columns or rows by clicking on...
Read more >How to Create a Multi-Line Comment in R (With Examples)
The easiest way to create a multi-line comment in RStudio is to highlight the text and press Ctrl + Shift + C.
Read more >microsoft excel - Multiline cells are displayed as single line cells
Select range with affected cells. Press F2 and then enter again and again until all cells fixed. But this way only acceptable for...
Read more >Spark Read multiline (multiple line) CSV File
In order to process the CSV file with values in rows scattered across multiple lines, use option("multiLine",true) .
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
Works for me. I can take the test plan item.
@DonJayamanne thanks for the steps and @rchiodo thanks for taking the test plan item.