Skip to content

Upgrade Jupyter notebook dependency to 5.7.13 #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,19 @@ It is recommended to check the [ChangeLog.md](ChangeLog.md) file periodically to
You will need:

* [Python](https://www.python.org/downloads/) 3.6.1-3.6.12
* [Jupyter Notebook](https://jupyter.org/install) 5.7.10
* [Jupyter Notebook](https://jupyter.org/install) 5.7.13
* [Tornado](https://pypi.org/project/tornado/) 4.5.3
* [RDFLib](https://pypi.org/project/rdflib/) 5.0.0
* A graph database that provides one or more of:
* A SPARQL 1.1 endpoint
* An Apache TinkerPop Gremlin Server compatible endpoint
* An endpoint compatible with openCypher

## Installation

```
# pin specific versions of Jupyter, Tornado, and RDFLib dependencies
pip install notebook==5.7.10
pip install notebook==5.7.13
pip install tornado==4.5.3
pip install rdflib==5.0.0

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SPARQLWrapper==1.8.4
networkx==2.4
Jinja2==2.11.3
jupyter
notebook==5.7.10
notebook==5.7.13
ipywidgets==7.5.1
jupyter-contrib-nbextensions
widgetsnbextension
Expand Down