Skip to content

Commit

Permalink
Create postBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ssp24 committed Jun 19, 2024
1 parent 98ffe40 commit b4f5073
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions postBuild
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit b4f5073

Please sign in to comment.