Learning Jupyter 5
上QQ阅读APP看书,第一时间看更新

Jupyter Python Scripting

Jupyter was originally IPython, an interactive version of Python to be used as a development environment. As such, most of the features of Python are available to you when developing your Notebook.

In this chapter, we will cover the following topics:

  •  Basic Python scripting
  •  Python dataset access (from a library)
  •  Python pandas
  •  Python graphics
  •  Python random numbers