11.1 Installing the Graph Visualization Extension for Jupyter

Learn to install the graph visualization extension in your Jupyter environment.

  1. Install the Python client oracle-graph-client version 26.1.0 using one of the following options.

    When you install the Python client, the oraclegraph package, which provides the graph visualization extension for Jupyter, is also installed automatically.

  2. Enable the Notebook Extension if you are using the classic Jupyter Notebook interface.
    jupyter nbextension enable --py oraclegraph

    Skip this step if you are using JupyterLab, as the extension is automatically enabled when installed.

  3. Run and launch the web application for your Jupyter environment.
    • Jupyter Notebook: jupyter notebook
    • JupyterLab: jupyter lab