From 8dbc4038ad489ef1994feecb76663a012f46eb71 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 27 Nov 2025 08:44:47 +0100 Subject: [PATCH] neural networks: added and linked --- wiki/programming_language/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/programming_language/python.md b/wiki/programming_language/python.md index a58af06..0af5ce9 100644 --- a/wiki/programming_language/python.md +++ b/wiki/programming_language/python.md @@ -96,7 +96,7 @@ Using `md` in the `--to` option the notebook can also be converted to a [markdown](/wiki/markup_language.md) file and back. Alternatively [notedown](https://pypi.org/project/notedown/) can also convert to markdown using the -following commands. +following commands. `` is the path to the output file again without the extension. ```sh