cheng-chi / blender_notebook

A simple command line tool to wrap blender 2.8+ as a jupyter kernel.
MIT License
70 stars 18 forks source link

Might not want to hard-code python version #8

Open sosukeinu opened 2 years ago

sosukeinu commented 2 years ago

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 continue by default. I'm using your project in a Docker container, and I had to code around the interactive prompt. Thank you