|
|
|
|
|
by spot
3820 days ago
|
|
Beaker Notebook provides a different model for working in Python and R. Instead of wrapping one language in the other, you get a notebook where cells can be either Python or R, fully native, and they can communicate with a shared object.
The result is much simpler and more natural IMO:
https://pub.beakernotebook.com/#/publications/56648fcc-2e8e-... Beaker has a feature "autotranslation" that converts the data between R, Python, JavaScript, Julia, Scala, Clojure, and many other languages, completely automatically. Learn more at http://BeakerNotebook.com |
|
Breaker uses the same jkernel as IPython and backend of Jupyter.