You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
To more easily access full NumPy (and other tools like MathPlotLib), allow a syntax
=[range]!foo.py
which serializesrange
(entire document if not specified), then launches a Python process to executefoo.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.
The text was updated successfully, but these errors were encountered: