Forgejo jupyter rendering added
This commit is contained in:
parent
1fbdc1737c
commit
8abedab404
|
@ -72,6 +72,8 @@
|
|||
onlyoffice-documentserver
|
||||
postgresql_16
|
||||
python3
|
||||
python311Packages.nbconvert
|
||||
jupyter
|
||||
rabbitmq-server
|
||||
roundcube
|
||||
roundcubePlugins.contextmenu
|
||||
|
|
|
@ -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
|
||||
";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue