Skip to content

Commit

Permalink
Update GraphExtraction.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
umbylyno authored May 17, 2022
1 parent 065f0f7 commit d537313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraphExtraction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
"cell_type": "code",
"source": [
"#Apro il file .json che arriva dalla conoscenza\n",
"with open('/content/conoscenza_lvl_1_misogyny_test_0_1000.json') as data_file:\n",
"with open('graph_file.json') as data_file:\n",
" data_loaded = json.load(data_file)"
],
"metadata": {
Expand Down

0 comments on commit d537313

Please sign in to comment.