Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow launching an external Python script on the CSV data #21

Open
wadetb opened this issue Jul 23, 2015 · 0 comments
Open

Allow launching an external Python script on the CSV data #21

wadetb opened this issue Jul 23, 2015 · 0 comments

Comments

@wadetb
Copy link
Owner

wadetb commented Jul 23, 2015

To more easily access full NumPy (and other tools like MathPlotLib), allow a syntax =[range]!foo.py which serializes range (entire document if not specified), then launches a Python process to execute foo.py with the serialized data piped to stdin.

If the process outputs anything it's opened in a new "Evaluation results", or appended if that view already exists.

Need to check on the best serialization form, something that is easily translatable to a Python and/or NumPy array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant