Skip to content

Setup 03-Sample-Applications directory #77

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 4 commits into from
Mar 3, 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
2 changes: 1 addition & 1 deletion src/graph_notebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
SPDX-License-Identifier: Apache-2.0
"""

__version__ = '2.0.8'
__version__ = '2.0.9'
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"\n",
"The workbench is an interactive environment that hosts [Jupyter notebooks](https://jupyter-notebook.readthedocs.io/en/stable/) along with a set of tools that make it easy to get started with Neptune. If you are already familiar with Neptune Notebooks, explore these popular sample graph applications:\n",
"\n",
"&emsp;&emsp;&emsp;&emsp;&emsp; [Introduction to Fraud Graphs](../Introduction-to-Fraud-Graphs.ipynb)<br>\n",
"&emsp;&emsp;&emsp;&emsp;&emsp; [Introduction to Knowledge Graphs](../Introduction-to-Knowledge-Graphs.ipynb)<br>\n",
"&emsp;&emsp;&emsp;&emsp;&emsp; [Introduction to Identity Graphs](../Introduction-to-Identity-Graphs.ipynb)"
"&emsp;&emsp;&emsp;&emsp;&emsp; [Introduction to Fraud Graphs](../03-Sample-Applications/01-Fraud-Graphs/01-Building-a-Fraud-Graph-Application.ipynb)<br>\n",
"&emsp;&emsp;&emsp;&emsp;&emsp; [Introduction to Knowledge Graphs](../03-Sample-Applications/02-Knowledge-Graphs/01-Building-a-Knowledge-Graph-Application.ipynb)<br>\n",
"&emsp;&emsp;&emsp;&emsp;&emsp; [Introduction to Identity Graphs](../03-Sample-Applications/03-Identity-Graphs/01-Building-an-Identity-Graph-Application.ipynb)"
]
},
{
Expand Down Expand Up @@ -271,11 +271,11 @@
"\n",
"Curious about the business problems can be solved with graph? Check out these sample application notebooks for some inspiration.\n",
"\n",
"[Introduction to Fraud Graphs](../Introduction-to-Fraud-Graphs.ipynb)\n",
"[Introduction to Fraud Graphs](../03-Sample-Applications/01-Fraud-Graphs/01-Building-a-Fraud-Graph-Application.ipynb)\n",
"\n",
"[Introduction to Knowledge Graphs](../Introduction-to-Knowledge-Graphs.ipynb)\n",
"[Introduction to Knowledge Graphs](../03-Sample-Applications/02-Knowledge-Graphs/01-Building-a-Knowledge-Graph-Application.ipynb)\n",
"\n",
"[Introduction to Identity Graphs](../Introduction-to-Identity-Graphs.ipynb)"
"[Introduction to Identity Graphs](../03-Sample-Applications/03-Identity-Graphs/01-Building-an-Identity-Graph-Application.ipynb)"
]
}
],
Expand All @@ -300,4 +300,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,11 @@
"\n",
"Curious about the business problems can be solved with graph? Check out these sample application notebooks for some inspiration.\n",
"\n",
"[Introduction to Fraud Graphs](../Introduction-to-Fraud-Graphs.ipynb)\n",
"[Introduction to Fraud Graphs](../03-Sample-Applications/01-Fraud-Graphs/01-Building-a-Fraud-Graph-Application.ipynb)\n",
"\n",
"[Introduction to Knowledge Graphs](../Introduction-to-Knowledge-Graphs.ipynb)\n",
"[Introduction to Knowledge Graphs](../03-Sample-Applications/02-Knowledge-Graphs/01-Building-a-Knowledge-Graph-Application.ipynb)\n",
"\n",
"[Introduction to Identity Graphs](../Introduction-to-Identity-Graphs.ipynb)"
"[Introduction to Identity Graphs](../03-Sample-Applications/03-Identity-Graphs/01-Building-an-Identity-Graph-Application.ipynb)"
]
}
],
Expand All @@ -369,4 +369,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,11 @@
"\n",
"Curious about the business problems can be solved with graph? Check out these sample application notebooks for some inspiration.\n",
"\n",
"[Introduction to Fraud Graphs](../Introduction-to-Fraud-Graphs.ipynb)\n",
"[Introduction to Fraud Graphs](../03-Sample-Applications/01-Fraud-Graphs/01-Building-a-Fraud-Graph-Application.ipynb)\n",
"\n",
"[Introduction to Knowledge Graphs](../Introduction-to-Knowledge-Graphs.ipynb)\n",
"[Introduction to Knowledge Graphs](../03-Sample-Applications/02-Knowledge-Graphs/01-Building-a-Knowledge-Graph-Application.ipynb)\n",
"\n",
"[Introduction to Identity Graphs](../Introduction-to-Identity-Graphs.ipynb)"
"[Introduction to Identity Graphs](../03-Sample-Applications/03-Identity-Graphs/01-Building-an-Identity-Graph-Application.ipynb)"
]
}
],
Expand All @@ -271,4 +271,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}
4 changes: 0 additions & 4 deletions src/graph_notebook/notebooks/03-Applications/README.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
"""
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
"""
Loading