Forgejo jupyter rendering added

This commit is contained in:
Lillian Violet 2024-03-07 13:23:47 +01:00
parent 1fbdc1737c
commit 8abedab404
2 changed files with 9 additions and 0 deletions

View file

@ -64,6 +64,13 @@
ROOT_URL = "https://git.lillianviolet.dev/";
HTTP_PORT = 3218;
};
markup.jupyter = "
ENABLED = true;
FILE_EXTENSIONS = .ipynb
RENDER_COMMAND = jupyter nbconvert --stdout --to html --template full
IS_INPUT_FILE = true
RENDER_CONTENT_MODE = no-sanitizer
";
};
};