To run these Jupyter Notebooks, perform the following steps:
- Make sure the permissions for the Anaconda subdirectory are writeable to everyone! (cd to the directory where the Anaconda software was installed and execute the command chmod -R 777)
- Start Jupyter Notebook and open a new terminal window (New->Terminal)
- Execute the following commands from the terminal window:
- pip install PyHamcrest
- pip install --upgrade pip
- python -m pip install ibm_db
- Download the following files and copy them to the directory where the Jupyter Notebooks you download will be stored:
- ibm_db_tools.py
- ipynb_exit.py
You should now be able to load any of these Jupyter Notebooks and execute the code examples presented in them.