-
Notifications
You must be signed in to change notification settings - Fork 392
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
Define a standard between Jupyter and RStudio #1
Comments
Defining a shared notebook specification which serves the needs of users on both platforms while meeting the constraints laid out here is not impossible, but it's an ambitious undertaking! Re: your last two bullet points, R Markdown notebooks can do this, too. If you save a notebook, a More on the R Notebook HTML format with embedded outputs here: |
Well, sure. A few more thoughts
|
Hello @jmcphers, it has been a while since we discussed this. In the meantime I have made significant progress on my project, and I officially announced it one month ago. As you can see, the project was very well received by the community of Jupyter users, as people were missing the text notebook functionality. The project now includes a few other notebooks formats, and we can now represent notebooks as Python or R (or Julia, etc) scripts. Obviously this is somehow related to The point I would like to discuss now with you is the following: while R Markdown can accept any language, (and is indeed a great format for Python code as well), the fact that the code options have to be coded in R make it
Among the formats for notebooks as scripts (documented here), we now have two formats that are almost language agnostic. For simplicity the cell metadata are represented using JSON in these formats. Now my question: do you think it would be feasible to design a flavor of the R Markdown format with code options represented in a non R format (say, JSON)? |
JupyterLab 3 update
R markdown and Jupyter notebooks are two formats for notebooks that target similar functionality. Unfortunately, in practice they don't overlap much, as
Imagine we could take the best from both worlds...
Objective here is to collect feedback from RStudio and Jupyter projects on whether they deem valuable to improve the compatibility between the two environments.
The text was updated successfully, but these errors were encountered: