Exciting possibilities with jupyter and FreeCAD

Have some feature requests, feedback, cool stuff to share, or want to know where FreeCAD is going? This is the place.
Forum rules
Be nice to others! Read the FreeCAD code of conduct!
Bayesian
Posts: 90
Joined: Thu Aug 08, 2019 1:49 pm

Re: Exciting possibilities with jupyter and FreeCAD

Post by Bayesian »

I will eventually post screenshots. But there's not much to see, it's just another jupyter notebook, connected to a FreeCAD instance.

The security implications for Jupyter are not bigger than for most other software. By default it binds to localhost, and requires a security token or password to open in a browser. There isn't anything to hack unless the attacker is already logged in on your computer.

Many companies use Jupyter remotely, and they secure it via encryption, user authentication and whatever they need.
Post Reply