- Bioinformatics with Python Cookbook
- Tiago Antao
- 114字
- 2021-06-10 19:01:43
Performing R magic with Jupyter Notebook
You have probably heard of, and maybe used, the Jupyter Notebook. Among many other features, Juptyter provides a framework of extensible commands called magics (actually, this only works with the IPython kernel of Jupyter, but that is the one we are concerned with), which allow you to extend the language in many useful ways. There are magic functions to deal with R. As you will see in our example, it makes R interfacing much more declarative and easy. This recipe will not introduce any new R functionalities, but hopefully, it will make it clear how IPython can be an important productivity boost for scientific computing in this regard.
推薦閱讀
- Vue 3移動Web開發(fā)與性能調優(yōu)實戰(zhàn)
- Software Defined Networking with OpenFlow
- Java入門經(jīng)典(第6版)
- ASP.NET MVC4框架揭秘
- Xcode 7 Essentials(Second Edition)
- 新手學Visual C# 2008程序設計
- Learning Selenium Testing Tools(Third Edition)
- Modular Programming in Java 9
- 快人一步:系統(tǒng)性能提高之道
- C語言程序設計
- SQL Server與JSP動態(tài)網(wǎng)站開發(fā)
- Building Wireless Sensor Networks Using Arduino
- 軟件項目管理實用教程
- Qt 4開發(fā)實踐
- Ext JS 4 Plugin and Extension Development