Jump to content

Python library functions in ironpython


Recommended Posts

we are running spotfire 12.0. I checked the python packages and it shows both numpy and pandas as installed packages. However if I create an action control and choose script and type in, e.g.,

import pandas as pd

it gives me error that "no module named pandas"

I think this this because this is an ironpython script and numpy and pandas are native python. How can I user python libraries in python scripts in text areas?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...