Aaron O'Leary
Aaron O'Leary
Agreed, this would be good. I'd like to maintain compatibility with the `%%R` magic though. Perhaps we could use the `--rmagic` flag to toggle the behavior, i.e. use the R...
@sje30 if I implement this it will be for the general case. If there is a Jupyter kernel written for the language then it should work.
Todo list for this: - [x] install R kernel on my machine for testing (http://irkernel.github.io/installation/) - [ ] add a `--kernel` argument that defaults to python - [ ] set...
I'm probably not going to get around to this in the next couple of months unless I do some good procrastinating. Feel free to make a pull request in the...
hey @ioggstream, thanks for the PR! Could you modify the tests so that they fail before this change and pass after?
I mean can you add something to tests.py that causes it to fail before this PR and to pass afterwards? I don't fully understand what this PR is fixing, as...
@jmmtra I've been considering doing this. As far as I can tell, all that I'd need to enable is code-blocks annotated with `r`: `````` ```r ...code... ``` `````` Is this...
Is this still a problem? What exact command causes this? Remember `-o` can optionally take an argument.
I can reproduce this with your input and python 2. Should be able to fix.
I think I've fixed the read case: can you see if the latest master fixes your problem? I was unable to reproduce the write case (putting accented characters in a...