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.

Open Rmd files as notebooks in Jupyter Lab

See original GitHub issue

The RmdFileContentsManager is active in Jupyter Lab (and saves the edited notebook to the desired alternative extensions), but .Rmd files still open as text.

Cf. also https://github.com/jupyterlab/jupyterlab/issues/3896

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
grstcommented, Sep 12, 2018

I confirm this is merged into master and will be part of the next milestone release.

2reactions
mwoutscommented, Sep 12, 2018

Thanks @grst for your development. Is is correct that the patch will be available starting with Jupyter Lab 0.35?

People are asking on twitter how to install the dev version of JupyterLab: instructions are here, but installation may not be straightforward!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Transforming your .Rmd to .ipynb file (R Markdown to Python ...
Open the file in Jupyter Notebook or Jupyter Lab, and you can see that the file is correctly transformed! What a MAGIC!!! All...
Read more >
How can I convert a Rmd document to a jupyter notebook
Rmd file (or *.md) to *.ipynb and run the terminal command: $ notedown example.Rmd | sed '/%%r/d' > example.ipynb.
Read more >
Convert RMarkdown files to Jupyter Notebook
Convert a R Markdown file · Open a terminal (Unix) or a command line window (Windows). · Navigate to your script.Rmd file location....
Read more >
Jupyter And R Markdown: Notebooks With R - DataCamp
Learn how to install, run and use R with Jupyter Notebook and RStudio's R ... Now open up the notebook application with jupyter...
Read more >
Tutorial: Scientific reporting from Jupyterlab with R Markdown
Here's something even more amazing: with a change to just one lone setting, Jupytext can write Rmd files from Jupyter notebooks running Python...
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