Skip to content

Commit

Permalink
Update MOOC_Content_based_Recommender_System_using_Blue_Brain_Nexus.i…
Browse files Browse the repository at this point in the history
…pynb
  • Loading branch information
MFSY authored Apr 3, 2024
1 parent 69671ea commit bef14c0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"metadata": {},
"outputs": [],
"source": [
"r = requests.get('https://raw.githubusercontent.com/BlueBrain/nexus/ef830192d4e7bb95f9351c4bdab7b0114c27e2f0/docs/src/main/paradox/docs/getting-started/notebooks/rdfmodel/jsonldcontext.json')\n",
"r = requests.get('https://raw.githubusercontent.com/BlueBrain/nexus/638047f9b2aff2fe3eb7078c3bea663316953f19/docs/src/main/paradox/docs/getting-started/notebooks/rdfmodel/jsonldcontext.json')\n",
"dirpath = './rdfmodel'\n",
"Path(dirpath).mkdir(parents=True, exist_ok=True)\n",
"with open(f'{dirpath}/jsonldcontext.json', 'w') as outfile:\n",
Expand All @@ -168,7 +168,7 @@
"metadata": {},
"outputs": [],
"source": [
"forge = KnowledgeGraphForge(\"https://raw.githubusercontent.com/BlueBrain/nexus/ef830192d4e7bb95f9351c4bdab7b0114c27e2f0/docs/src/main/paradox/docs/getting-started/notebooks/forge.yml\",\n",
"forge = KnowledgeGraphForge(\"https://raw.githubusercontent.com/BlueBrain/nexus/638047f9b2aff2fe3eb7078c3bea663316953f19/docs/src/main/paradox/docs/getting-started/notebooks/forge.yml\",\n",
" bucket=f\"{ORG}/{PROJECT}\",\n",
" endpoint=ENDPOINT,\n",
" token=TOKEN)"
Expand Down

0 comments on commit bef14c0

Please sign in to comment.