There are a couple ways to use Python with Cubit. The first is that you can run Python commands directly in Cubit using the Python command line tab:
or using the built-in Journal editor:
or from an external Python session:
A few notes:
- We recommend using the Python that’s distributed with Cubit
- See this post to find out how to add other Python modules (Numpy, Pandas, etc) to your Python environment.
- You can find documentation of the Python functionality in the appendix of Cubit’s documentation
- You can watch a recent webinar we posted to YouTube where I gave a summary of the Cubit-Python functionality.


