Skip to content

Commit 8ddf78f

Browse files
committed
Update documentation on how to add Jupyter notebooks.
Also related to 3dadb9a.
1 parent 75e81a2 commit 8ddf78f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ The [Code Structure Analysis Pipeline](./.github/workflows/java-code-analysis.ym
173173

174174
- How can i add a Jupyter Notebook report to the pipeline?
175175
👉 Put your new notebook into the [jupyter](./jupyter) directory.
176-
👉 Create a new Jupyter report script in the [scripts/reports](./scripts/reports/) directory. Take [OverviewJupyter.sh](./scripts/reports/OverviewJupyter.sh) as a reference for example.
177-
👉 The script will automatically be included because of the directory and its name ending with "Jupyter.sh".
176+
👉 The file will then automatically be picked up by [executeJupyterNotebookReport.sh](./scripts/executeJupyterNotebookReport.sh).
178177

179178
- How can i analyze a different code basis automatically?
180179
👉 Create a new download script like the ones in the [scripts/downloader](./scripts/downloader/) directory. Take for example [downloadAxonFramework.sh](./scripts/downloader/downloadAxonFramework.sh) as a reference for Java projects and [downloadReactRouter.sh](./scripts/downloader/downloadReactRouter.sh) as a reference for Typescript projects.

0 commit comments

Comments
 (0)