{"id":23770843,"url":"https://github.com/octoframes/blender_notebook","last_synced_at":"2025-04-06T16:11:08.539Z","repository":{"id":51717690,"uuid":"258890586","full_name":"Octoframes/blender_notebook","owner":"Octoframes","description":"A simple command line tool to wrap blender 2.8+ as a jupyter kernel.","archived":false,"fork":false,"pushed_at":"2024-12-19T11:31:53.000Z","size":16,"stargazers_count":85,"open_issues_count":8,"forks_count":19,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-30T15:07:47.267Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Octoframes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-25T22:53:07.000Z","updated_at":"2025-03-16T16:15:20.000Z","dependencies_parsed_at":"2024-12-19T02:06:22.878Z","dependency_job_id":"aef48d40-c564-417d-998a-4dbceb5c785f","html_url":"https://github.com/Octoframes/blender_notebook","commit_stats":null,"previous_names":["octoframes/blender_notebook"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Octoframes%2Fblender_notebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Octoframes%2Fblender_notebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Octoframes%2Fblender_notebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Octoframes%2Fblender_notebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Octoframes","download_url":"https://codeload.github.com/Octoframes/blender_notebook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509221,"owners_count":20950232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-01T03:08:47.674Z","updated_at":"2025-04-06T16:11:08.506Z","avatar_url":"https://github.com/Octoframes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blender Notebook\n\n[![PyPI version](https://badge.fury.io/py/blender_notebook.svg)](https://pypi.org/project/blender_notebook/)  \nA simple command line tool to wrap blender 2.8+ as a jupyter kernel.\n\nBlender's python API requires its embedded python interpreter. As of Blender 4.3, python 3.11 is packaged. In order to make ipykernel and other pip packages accessible to Blender, the `site-packages` directory of the python interpreter executing blender_notebook will be added to Blender's python path. Therefore, it's highly recommended to use exactly the same python version as your blender.\n\n## Installation\n\nThe easiest way to install blender_notebook is via pip:\n```\n$ python -m pip install blender_notebook\n```\n\nIt can also be installed from source:\n```\n$ python -m pip install -e .\n```\n\n## Usage\n\nIf blender in installed by a package manager, the easiest way to find the executable path is:\n```\n$ which blender\n/snap/bin/blender\n```\nIn my case, blender is installed from snap.\n\nOn MacOS, the blender executable path is usually:\n```\n/Applications/Blender.app/Contents/MacOS/Blender\n```\n\nOn Windows, the blender executable path is usually:\n```\nC:\\Program Files\\Blender Foundation\\Blender 4.3\\blender.exe\n```\n\nThen, run the blender_notebook CLI (replace `\"snap/bin/blender\"` with your blender executable path):\n```\n$ blender_notebook install --blender-exec=\"/snap/bin/blender\"\nSaving files to ~/.local/share/jupyter/kernels/blender\n```\nIf you launch jupyter notebook as usual, a new kernel named `blender` should be available.\n```\n$ jupyter kernelspec list\nAvailable kernels:\nblender              ~/.local/share/jupyter/kernels/blender\n\n$ jupyter notebook\n```\n\nYou can also delete the kernel:\n```\n$ blender_notebook remove\nAre you sure to delete ~/.local/share/jupyter/kernels/blender ? [y/N]: y\nblender jupyter kernel is removed!\n```\n\n\n# Development:\n\n1. uv sync\n2. uv build\n3. uv publish\n\n\n# Changelog \n\n## 0.0.4\n\n* ajust README to Blender 4.3\n* Change build system from setup.py to pyproject.toml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoframes%2Fblender_notebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctoframes%2Fblender_notebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctoframes%2Fblender_notebook/lists"}