Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

To run these Jupyter Notebooks, perform the following steps:

  1. 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)
  2. Start Jupyter Notebook and open a new terminal window (New->Terminal)
  3. Execute the following commands from the terminal window:
    • pip install PyHamcrest
    • pip install --upgrade pip
    • python -m pip install ibm_db
  4. 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.