-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open Rmd files as notebooks in Jupyter Lab #8
Comments
I cannot exclude that the issue is with jupyter lab. I've provided a minimal example with the issue at jupyterlab/jupyterlab#4924 |
Fixed in the latest development version of jupyter. |
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! |
@grst So, it's actually on master branch now? |
I confirm this is merged into master and will be part of the next milestone release. |
I install Jupyter using conda. Jupytext works as expected using the BTW, jupytext does not seem to have a "version" flag.
|
Thanks for pointing that out! I did not pick up that that was an official part of current jupytext. The right-click method works for me (most of the time). My preference would be something less hidden such as one of the following:
I'll take a loot at @grst's PR and see if I can figure out how to add that code. |
Hello. Thank you for the wonderful work on JupyText. There is a configuration option (in configuration file for example) to open .Rmd as notebooks by default? |
Hello @albham , sorry we don't know how to do that in Jupyter Lab yet. For now you have to either use Jupyter Notebook, or to use the right-click approach. If you want to get updates on the subject, I suggest that you subscribe to #271 (that one is for |
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 jupyterlab/jupyterlab#3896
The text was updated successfully, but these errors were encountered: