- IPython Notebook Essentials
- L. Felipe Martins
- 187字
- 2021-08-05 17:17:53
Chapter 1. A Tour of the IPython Notebook
This chapter gives a brief introduction to the IPython notebook and highlights some of its special features that make it a great tool for scientific and data-oriented computing. IPython notebooks use a standard text format that makes it easy to share results.
After the quick installation instructions, you will learn how to start the notebook and be able to immediately use IPython to perform computations. This simple, initial setup is all that is needed to take advantage of the many notebook features, such as interactively producing high quality graphs, performing advanced technical computations, and handling data with specialized libraries.
All examples are explained in detail in this book and available online. We do not expect the readers to have deep knowledge of Python, but readers unfamiliar with the Python syntax can consult Appendix B, A Brief Review of Python, for an introduction/refresher.
In this chapter, we will cover the following topics:
- Getting started with Anaconda or Wakari
- Creating notebooks and then learning about the basics of editing and executing statements
- An applied example highlighting the notebook features
- 黑客攻防從入門到精通(實戰秘笈版)
- Spring 5.0 Microservices(Second Edition)
- Beginning Java Data Structures and Algorithms
- Visual Basic程序開發(學習筆記)
- 摩登創客:與智能手機和平板電腦共舞
- 認識編程:以Python語言講透編程的本質
- Effective Python Penetration Testing
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- 大學計算機基礎(第2版)(微課版)
- Linux操作系統基礎案例教程
- Mastering Unity 2D Game Development(Second Edition)
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- 現代C:概念剖析和編程實踐
- Android高級開發實戰:UI、NDK與安全
- Mastering OpenStack