Installing the Graph Visualization Extension for Jupyter
Learn to install the graph visualization extension in your Jupyter environment.
-
Install the Python client
oracle-graph-clientversion26.1.0using one of the following options.-
From PyPI: See Installing the Python Client from PyPI for more information.
-
From Graph Server and Client Downloads: See Installing the Python Client From the Graph Server and Client Downloads for more information.
When you install the Python client, the
oraclegraphpackage, which provides the graph visualization extension for Jupyter, is also installed automatically. -
-
Enable the Notebook Extension if you are using the classic Jupyter Notebook interface.
jupyter nbextension enable --py oraclegraphSkip this step if you are using JupyterLab, as the extension is automatically enabled when installed.
-
Run and launch the web application for your Jupyter environment.
-
Jupyter Notebook:
jupyter notebook -
JupyterLab:
jupyter lab
-