Skip to content

Commit

Permalink
Update README.md to add a new section "Upgrading an existing installa…
Browse files Browse the repository at this point in the history
…tion" (aws#412)
  • Loading branch information
gopuneet authored Dec 19, 2022
1 parent 19ef49d commit 1800c1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,15 @@ Alternatively, the magic extensions can be manually reloaded for a single notebo
%load_ext graph_notebook.magics
```

## Upgrading an existing installation

```
# upgrade graph-notebook
pip install graph-notebook --upgrade
```

After the above command completes, rerun the commands given at [Jupyter Classic Notebook](#jupyter-classic-notebook) or [JupyterLab 3.x](#jupyterlab-3x) based on which flavour is installed.

## Connecting to a graph database

### Gremlin Server
Expand Down

0 comments on commit 1800c1a

Please sign in to comment.