How do I set up default cell magics for every ipython notebook cell?

后端 未结 1 1655
眼角桃花
眼角桃花 2021-01-14 12:43

I have an iPython notebook that is completely made up of R cells. At the start of every cell, I have defined my R cell magic as follows:

%%R
<
相关标签:
1条回答
  • 2021-01-14 13:25

    IRKernel is an R kernel for ipython/jupyter as suggested by @cel. There are lots of other kernels that you can use.

    0 讨论(0)
提交回复
热议问题