Skip to content

Commit 14558cd

Browse files
committed
Deprecate neovis.js graph visualization notebooks
1 parent 1bd56d1 commit 14558cd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

jupyter/DependenciesGraphJava.ipynb renamed to jupyter/DependenciesGraphExplorationJava.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"## Artifact Dependencies\n",
99
"\n",
10-
"This report includes graph visualization(s) using JavaScript and might not be exportable to some document formats.\n",
10+
"This report shows graph visualization(s) using JavaScript and might not be exportable to some document formats and are meant for exploration and interactive use. The graph visualization is implemented using the [neovis.js](https://github.com/neo4j-contrib/neovis.js) library. Visualizations with GraphViz turned out to be more effective, so this is not used in the final report, but the code is still available in this Jupyter notebook.\n",
1111
"\n",
1212
"### References\n",
1313
"\n",
@@ -287,7 +287,7 @@
287287
"name": "JohT"
288288
}
289289
],
290-
"code_graph_analysis_pipeline_data_validation": "ValidateJavaArtifactDependencies",
290+
"code_graph_analysis_pipeline_data_validation": "ValidateAlwaysFalse",
291291
"kernelspec": {
292292
"display_name": "Python 3 (ipykernel)",
293293
"language": "python",

jupyter/DependenciesGraphTypescript.ipynb renamed to jupyter/DependenciesGraphExplorationTypescript.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"## Artifact Dependencies\n",
99
"\n",
10-
"This report includes graph visualization(s) using JavaScript and might not be exportable to some document formats.\n",
10+
"This report shows graph visualization(s) using JavaScript and might not be exportable to some document formats and are meant for exploration and interactive use. The graph visualization is implemented using the [neovis.js](https://github.com/neo4j-contrib/neovis.js) library. Visualizations with GraphViz turned out to be more effective, so this is not used in the final report, but the code is still available in this Jupyter notebook.\n",
1111
"\n",
1212
"### References\n",
1313
"\n",
@@ -289,7 +289,7 @@
289289
"name": "JohT"
290290
}
291291
],
292-
"code_graph_analysis_pipeline_data_validation": "ValidateTypescriptModuleDependencies",
292+
"code_graph_analysis_pipeline_data_validation": "ValidateAlwaysFalse",
293293
"kernelspec": {
294294
"display_name": "Python 3 (ipykernel)",
295295
"language": "python",
@@ -307,7 +307,7 @@
307307
"pygments_lexer": "ipython3",
308308
"version": "3.11.9"
309309
},
310-
"title": "Neo4j Java Code-Structure Graph"
310+
"title": "Neo4j Typescript Code-Structure Graph"
311311
},
312312
"nbformat": 4,
313313
"nbformat_minor": 5

0 commit comments

Comments
 (0)