Skip to content

Commit c32d68d

Browse files
committed
Fix minor markdown linter warnings
1 parent 544eaa3 commit c32d68d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here is an overview of reports made with [Jupyter Notebooks](https://jupyter.org
2929

3030
### 📖 Graph Data Science Reports
3131

32-
Here are some reports that utilize Neo4j's [Graph Data Science Library](https://neo4j.com/product/graph-data-science). For a detailed reference of all CSV reports see [CSV Cypher Query Report Reference](#📃-csv-cypher-query-report-reference) below.
32+
Here are some reports that utilize Neo4j's [Graph Data Science Library](https://neo4j.com/product/graph-data-science). For a detailed reference of all CSV reports see [CSV Cypher Query Report Reference](#📃-csv-cypher-query-report-reference) below.
3333

3434
- [Community Detection with Leiden](./results/AxonFramework-4.8.0/community-csv/Leiden_Communities.csv) ([Source Script](./scripts/reports/CommunityCsv.sh))
3535
- [Centrality with Page Rank](./results/AxonFramework-4.8.0/centrality-csv/Centrality_Page_Rank.csv) ([Source Script](./scripts/reports/CentralityCsv.sh))
@@ -41,9 +41,11 @@ Here are some reports that utilize Neo4j's [Graph Data Science Library](https://
4141
- On Windows it is recommended to use the git bash provided by [git for windows](https://gitforwindows.org).
4242
- [jq](https://github.com/jqlang/jq) the "lightweight and flexible command-line JSON processor" needs to be installed. Latest releases: https://github.com/jqlang/jq/releases/latest. Check using `jq --version`.
4343
- Set environment variable `NEO4J_INITIAL_PASSWORD` to a password of your choice. For example:
44+
4445
```shell
4546
export NEO4J_INITIAL_PASSWORD=neo4j_password_of_my_choice
4647
```
48+
4749
To run Jupyter notebooks, create an `.env` file in the folder from where you open the notebook containing for example: `NEO4J_INITIAL_PASSWORD=neo4j_password_of_my_choice`
4850

4951
### Further Prerequisites for Python and Jupyter Notebooks
@@ -94,7 +96,7 @@ The [Code Structure Analysis Pipeline](./.github/workflows/code-structure-analys
9496
- [wordcloud](https://github.com/amueller/word_cloud)
9597
- [Graph Visualization](./graph-visualization/README.md) uses [node.js](https://nodejs.org/de) and the dependencies listed in [package.json](./graph-visualization/package.json).
9698

97-
**Big shout-out** 📣 to all the creators and contributors of these great libraries 👍. Projects like this wouldn't be possible without them. Feel free to [create an issue](https://github.com/JohT/code-graph-analysis-pipeline/issues/new/choose) if i've forgotten something in the list.
99+
**Big shout-out** 📣 to all the creators and contributors of these great libraries 👍. Projects like this wouldn't be possible without them. Feel free to [create an issue](https://github.com/JohT/code-graph-analysis-pipeline/issues/new/choose) if i've forgotten something in the list.
98100

99101
## 🛠 Command Reference
100102

0 commit comments

Comments
 (0)