Skip to content

Instantly share code, notes, and snippets.

@kolibril13
Last active November 11, 2024 18:08
Show Gist options
  • Save kolibril13/97d6844f8b2ee05a5d696e452777df40 to your computer and use it in GitHub Desktop.
Save kolibril13/97d6844f8b2ee05a5d696e452777df40 to your computer and use it in GitHub Desktop.
blender notebook setup
# Install Blender from https://www.blender.org/download/
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
mkdir blender_python_workshop && cd blender_python_workshop
uv venv --python 3.11
uv pip install jupyterlab blender_notebook
uv run blender_notebook install --blender-exec="/Applications/Blender.app/Contents/MacOS/Blender"
uv run jupyter lab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment