jupyter-xeus / xeus-r

Jupyter kernel for the R programming language
Other
42 stars 5 forks source link

+ `cell_options()` as a wrapper around `rlang::local_options()` #67

Closed romainfrancois closed 10 months ago

romainfrancois commented 10 months ago

The idea is that we can set options local to a cell.

image

closes #47