ipython_from_R:与R中的jupyter内核进行通信

时间:2024-06-03 01:54:25
【文件属性】:

文件名称:ipython_from_R:与R中的jupyter内核进行通信

文件大小:23KB

文件格式:ZIP

更新时间:2024-06-03 01:54:25

Python

介绍 这是一个R包,提供 在jupyter内核中交互执行命令 和一个用于执行python代码的编织器引擎 如何使用它 用以下方法安装软件包 devtools :: install_github( ' mwouts/ipython_from_R ' ) 然后加载包并执行第一个python命令: library( ipython ) ipyexec( ' 1+1 ' ) 如果您希望连接到已经存在的内核(例如,如果您已经启动了笔记本服务器),请使用以下命令在jupyter中标识该内核: % connect_info ## ... kernel-aaaaaaa-ffff-4444-8888-777777755555.json 并使用此信息连接到同一会话: options( kernel.default = ' kernel-aaaaaaa-ffff-4444-8888-7777777555


【文件预览】:
ipython_from_R-master
----man()
--------ipython_engine.Rd(1KB)
--------ipython.Rd(680B)
--------ipyexec.Rd(914B)
----NAMESPACE(31B)
----tests()
--------testthat()
--------testthat.R(58B)
----inst()
--------rstudio()
--------python()
--------examples()
----LICENSE(11KB)
----R()
--------ipyexec.R(948B)
--------engine.R(920B)
--------ipython.R(4KB)
----DESCRIPTION(374B)
----README.md(2KB)

网友评论