##// END OF EJS Templates
Backport PR #5581: Fix rmagic for cells ending in comment....
Backport PR #5581: Fix rmagic for cells ending in comment. Closes gh-5579 Simplest possible fix, because rmagic is being moved out to rpy2. But it's not released there yet, so it's still worth us fixing this.

File last commit:

r10285:5e1e98c2
r16256:2651b056
Show More
__init__.py
1 line | 40 B | text/x-python | PythonLexer
MinRK
split KernelManager into KernelManager + KernelClient
r10285 from .client import BlockingKernelClient