blender_notebook icon indicating copy to clipboard operation
blender_notebook copied to clipboard

A simple command line tool to wrap blender 2.8+ as a jupyter kernel.

Results 8 blender_notebook issues
Sort by recently updated
recently updated
newest added

First off, thanks for this amazing library! I've been using it a lot the last few months However I've had this issue where if I restart the kernel from jupyterlab...

I am running Blender 3.1 + Python 3.9 via a Jupyter notebook. In my code I am looping over a blender function that create a mesh from a list of...

Hello, Great project! Very useful. I just have a small suggestion, you might not want to hard-code the expected Python version, OR you might just log the mis-match out and...

Hello, With the blender version 2.93.5 I've got the error `ImportError: cannot import name 'constants' from partially initialized module 'zmq.backend.cython'` > blender-notebook==0.0.3 ipykernel==6.4.1 ipython==7.28.0 jupyter==1.0.0 jupyter-client==7.0.6 jupyter-console==6.4.0 jupyter-core==4.8.1 pyzmq==22.3.0 ......

I have hard linked Blender's python installation to a virtual environment. It works in blender; I can import all the necessary packages, but when I try to use this package...

In blender 2.90.1 jupyter kernel hangs and after some time raises an exception: `RuntimeError: Kernel didn't respond to kernel_info_request` There is a workaround: If after blender starts you create a...

bug

I used several conda environments and switch back and forth. I found if you would like to use kernel correctly, you should follow usage instructions in README again once you...

documentation

Hi @cheng-chi, thanks a lot for this amazing project! I recently discovered a way to simplify the installation process of blender_notebook using the package manager uv (open source, written in...