UBC-MDS / UBC-MDS.github.io

UBC MDS blog and academic site
https://ubc-mds.github.io
Other
15 stars 37 forks source link

Jupyter extension to install built-in R pipe #110

Closed ttimbers closed 3 years ago

ttimbers commented 3 years ago

@joelostblom @flor14 @armanawn - I have opened this PR to suggest to Ryan Homer that he update his Jupyter extension from using the tidyverse pipe in R, to using the new built-in pipe: https://github.com/techrah/jupyterext-text-shortcuts/pull/16

If he takes my suggestion, then let's continue using his version of the extension. If not we can instead use a extension I built off of forking his code: https://www.npmjs.com/package/@ttimbers/text-shortcuts

ttimbers commented 3 years ago

Ryan just accepted the PR to update his package to the built-in pipe, feel free to keep using @techrah/jupyterext-text-shortcuts in the install instructions as it is.

flor14 commented 3 years ago

Great, I have re-installed it, and works fine. For the shortcuts to match between Jupyter Lab and RStudio, students should change one of the RStudio configuration options. I will also include this change in the installation instructions.

image

ttimbers commented 3 years ago

Great, agree this should be part of our installation instructions!