Skip to content

Commit

Permalink
finish DL partII
Browse files Browse the repository at this point in the history
  • Loading branch information
kiking0501 committed Sep 23, 2024
1 parent 3696c87 commit 643c277
Show file tree
Hide file tree
Showing 6 changed files with 1,106 additions and 6 deletions.
2 changes: 1 addition & 1 deletion graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Navigate to `bookmarks/`, follow instructions there to generate the bookmark fil

Come back to `graph/`, run
```
python generate_graph_json.py --output_graph <output_graph>.json
python generate_graph_json.py --output_path <output_graph>.json
````
Currently `main.js` will look for `complete_graph.json` under this folder. Check the python code for more details on how the node and edges are defined
Expand Down
Loading

0 comments on commit 643c277

Please sign in to comment.