In preparation for this lesson, please make sure that you have a working Python interpreter installed on your computer.
$ python -c "import sys; sys.exit(0)"
Make sure to not include $
.
$ git clone https://github.com/swc-uiuc/python-testing.git
If you don’t see any error messages then you are all set for the lesson!
To start the notebook, open a terminal or git bash and type the command:
$ jupyter notebook
To start the Python interpreter without the notebook, open a terminal or git bash and type the command:
$ python