Jupyter kernel for OpenSCAD
Project description
OpenSCAD Kernel for Jupyter
I was missing a Jupyter Kernel for OpenSCAD. So I took up the challenge and here is the result.
Any regular text in a cell is added to the overall OpenSCAD code buffer. This allows you to build up an OpenSCAD model in multiple steps using Jupyter cells and document the design along the way.
Preconditions
- Jupyter or Jupyterlab should have been installed
- Please make sure that OpenSCAD has been installed on your system (e.g. with apt install openscad) and that it can be called on the command line:
openscad -v
diplays the version. E.g. 2019.12.20
Installation
pip install jupyter-openscad-kernel
python -m iopenscad.install
Installation from source
git clone https://github.com/pschatzmann/jupyter-openscad-kernel.git
cd jupyter-openscad-kernel
pip install .
python -m iopenscad.install
Optional Steps
If you want to be able to display stl files you need to install a mime renderer for Jupyter. E.g
jupyter labextension install jupyterlab-viewer-3d
If you want to have syntax highlighting for OpenSCAD:
jupyter labextension install jupyterlab-openscad-syntax-highlighting
On linux, if you want to run openscad in a headless environment (e.g. Docker) you need to install xvfb
apt install -y xvfb
Now you can launch your kernel my calling
jupyter lab
or
jupyter workspace
Versions
- 1.0 Initial Version
- 1.0.1 Additional syntax checking; Publish to pypi
- 1.0.13 Error corrections for parser and installer, support for %use
- 1.0.14 Cleanup and corrections for spelling mistakes, Upgrade node and setuptools release in Dockerfile
Further Information
- A quick Overview
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jupyter-openscad-kernel-1.0.14.tar.gz
.
File metadata
- Download URL: jupyter-openscad-kernel-1.0.14.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8be55ba63fefca43f8973674b943b87f2a7bc9c12bb86c9546b0077afb5a179f |
|
MD5 | f2d7fa2260efab4cf07bc9cfc34c9f33 |
|
BLAKE2b-256 | ced06c43406cde7d049acf96239574317cc954daf71d075313fdc43d517d1b01 |
File details
Details for the file jupyter_openscad_kernel-1.0.14-py3-none-any.whl
.
File metadata
- Download URL: jupyter_openscad_kernel-1.0.14-py3-none-any.whl
- Upload date:
- Size: 24.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6205607cb57f693e5a69423bc316c70abc6cb228cb3abeeb8875c3b095ff6a1 |
|
MD5 | 8f465fe86af73d04d8ec9ae3eb3456e3 |
|
BLAKE2b-256 | 02858d8673745382d907fb53068c1be691e810d8f05d01982ed115dbb3d3b640 |