Pandas and Nodebox
I've both python 2.7 and 3.5 working properly in my OSX computer.
When I use a python custom node in Nodebox 3 using a Pandas function, nodebox cannot find the Pandas module.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Frederik De Ble... on 20 Jun, 2016 08:48 AM
NodeBox uses Jython, a version of Python 2.7 that runs on the JVM. So it doesn't look in the sys.path of Python 2 or 3.
If Pandas works on Jython (I haven't tested but it should if it's pure Python) then you can put it together with the custom .py file.