Python Jupyter Notebooks for python-oracledb
I’ve released Python Jupyter notebooks on github.com/cjbj/python-oracledb-notebooks that let you run through, and experiment with, python-oracledb functionality in your own environment.
The simplest description of Jupyter is that it is an an interactive way of running code. The screen shot below shows the bottom of a code block and the output it created when run.
The python-oracledb notebooks cover the default Thin mode functionality available immedatiately after you install the driver into Python. Additional Thick mode functionality is available if you install Oracle Instant Client. This functionality is covered in the older cx_Oracle notebooks although you will need to add a call to init_oracle_client() to enable Thick mode when you use python-oracledb.