Chapter 2. 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