Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.42 KB

File metadata and controls

43 lines (29 loc) · 1.42 KB

Jupyter Oracle Autonomous Data Warehouse Dockerfile

Dockerfile that runs a Jupyter Notebook that can connect to your Oracle Autonomous Data Warehouse.

Built With

Prerequisites

You will need the following things properly installed on your computer:

Installation

  • run git clone https://github.com/caseyr003/jupyter-adw.git

Setup

Getting the Autonomous Data Warehouse Wallet files

  • Navigate to your ADW instance on the Oracle Cloud Infrastructure Console
  • Click 'DB Connection'
  • Download the Client Credentials (Wallet)
  • Unzip the files and place them in the wallet folder in this project

Adding python packages

  • Update requirements.txt with desired pip packages

Running

To run the project locally follow the following steps: