Skip to content

clmw83/PyESAPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyESAPI

"Pie-Sappy"

A passion project to help accelerate breakthroughs in medical physics research by bringing the power of Python into the Varian API ecosystem.

Links

Quickstart

  • Access your Eclipse 15.5 (or later) TBOX desktop
  • Install Anaconda3 for "Just Me" (unless you know what you are doing)
    • Use defaults (don't add anaconda to path, but do set ananconda as your default python installation)
  • Optionally install google chrome or chromium browser (for better Jupyter Notebook experience) and set it as your default browser
  • Launch "Anaconda Prompt" by searching in Windows menu
  • Execute the command conda install -c anaconda git
  • If you are behind a proxy do git config --global https.proxy https://some.proxy.net:1234
  • Execute the command pip install git+https://github.com/VarianAPIs/PyESAPI
  • Execute the command jupyter notebook
  • Create a new notebook and see example.ipynb for basic functionality

Examples

About

Python interface to Eclipse Scripting API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%