From b4f507342b7734b52eda9b95ee966a8f4a75e450 Mon Sep 17 00:00:00 2001 From: ssp24 <62755563+ssp24@users.noreply.github.com> Date: Wed, 19 Jun 2024 12:51:18 +0200 Subject: [PATCH] Create postBuild --- postBuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 postBuild diff --git a/postBuild b/postBuild new file mode 100644 index 0000000..97ab8fb --- /dev/null +++ b/postBuild @@ -0,0 +1,14 @@ +# postBuild + +# Enable the jupyter-ai extension +jupyter serverextension enable --py jupyter_ai +jupyter nbextension install --py jupyter_ai --sys-prefix +jupyter nbextension enable --py jupyter_ai --sys-prefix + +# Load jupyter_ai_config.py +echo "Executing jupyter_ai_config.py" +python jupyter_ai_config.py + +# Debugging statements +echo "postBuild script executed" +echo "OPENAI_API_KEY: $OPENAI_API_KEY"