Re: Python Request Library Example for SystemLink HTTP API

I think most of these examples leverage our SystemLink Python SDK that normally installs with the SystemLink Server Jupyter Notebook support. On your SL server there is an NI package that gets install and should be cached under “C:\ProgramData\National Instruments\NI Package Manager\packages\ni-systemlink-python-3.8-systemlink-sdk_21.5.0.49361-0+f209_windows_x64.nipkg”

 

If you open this package using 7-zip you can probably extract the .whl files and manually install them into your other environment. 

 

We have started moving some of these items to a pip package, but currently only the tag API is available.

pypi.org/project/nisystemlink-clients/

 

Read more here: Source link