Hello,
FreeCAD is an open-source project providing some CAD utilities. FreeCAD makes extensive use of python, and nearly everything is accessible from python. A notebook style input could improve the python-interface a lot.
I have tried several ways to get Ipython conected to freecad, and it seems like freecad and ipython already are a perfect match.
1: Starting a ipython-qt console inside FreeCAD works with some code I have found on the net.
2: Starting FreeCAD from ipython-notebook or ipython-qtconsole works also
But I would like to know, how to improve the interface between ipython-notebook and freecad. Ideas that came to my mind are:
- A special Kernel. Launching this Kernel in jupyter should open a FreeCAD GUI.
- launch a jupyter notebook from inside FreeCAD.
Any hints (if this is possible, where to get informations from to achieve something like this, any links to similar projects, other ideas ...) could help a lot.
Thanks,
nice regards
Lorenz