# paraview visualizer and python

**URL:** https://discourse.paraview.org/t/paraview-visualizer-and-python/16171
**Category:** Web Support
**Created:** [February 13, 2025, 7:27am UTC](https://discourse.paraview.org/t/paraview-visualizer-and-python/16171 "2025-02-13T07:27:24Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![monorepo](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/m/278dde/32.png) [@monorepo](https://discourse.paraview.org/u/monorepo)
#### Post date: [February 13, 2025, 7:27am UTC](https://discourse.paraview.org/t/paraview-visualizer-and-python/16171/1 "2025-02-13T07:27:24Z")

</div>

how would one load a python script in paraview visualizer - is there something to the proxies.json file?

Any way to load a state file?

---

<div class="post-metadata">

### Author: ![jourdain](https://discourse.paraview.org/user_avatar/discourse.paraview.org/jourdain/32/11_2.png) [@jourdain](https://discourse.paraview.org/u/jourdain)
#### Post date: [February 13, 2025, 3:44pm UTC](https://discourse.paraview.org/t/paraview-visualizer-and-python/16171/2 "2025-02-13T15:44:59Z")

</div>

You should be able to just run that script within your Python runtime. You will have to adjust the code to do that.
