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