jupyter_freecad_kernel
A FreeCAD Kernel for Jupyter
Dependencies
Installation
- clone this repository (git clone https://github.com/looooo/jupyter_freecad_kernel)
- run "jupyter kernelspec install /path/to/FreeCAD_kernel" (withoud trailing "/")
- make the freecadkernel.py python importable (copy/link it to a place python can find it)
Get started
- start jupyter-notebook
- navigate to the example directory and open RotationBox1.ipynb
- wait for some time (the FreeCAD Gui will show up)
- open RotationBox1.ipynb in FreeCAD
- Now you have direct access to FreeCAD... run the cells
Things to do
- Store some information to couple FreeCAD Documents and Notebooks