The public data cloud runs on an Oracle VirtualBox loaded with the Ubuntu 18.04 operating system and the Python 3.x programming language with Pandas, Numpy, Matplotlib, Folium, and Google text-to-speech modules installed.
Download and install Oracle VirtualBox.
Download and install VirtualBox Guest Additions
Use this ISO to configure your VirtualBox
Verify that Python3 has been pre-installed:
python3 --version
$ Python 3.7.3
Verify the pip points to python3
pip --version
$ pip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7)
pip3 install pandas
python -m pip install -U matplotlib
pip install folium
pip install gTTS