Discussion:
[Numpy-discussion] NumPy-Discussion Digest, Vol 119, Issue 11
Dipankar “Dipu” Ganguly
2016-08-21 17:46:23 UTC
Permalink
Is there a way to use Wolframs’ Mathematica 11 within IPython on Jupyter running on Anaconda’s Navigator on a Mac with OS 10.11.6? Failing that, what Python package would give me those capabilities?

Thanks.

Dipu


Dipankar Ganguly
Consultant: Strategy/Technology/Commercialization
Bothell, WA
Cell: 408-203-8814
email: ***@gmail.com
http://www.linkedin.com/in/dipugee
Send NumPy-Discussion mailing list submissions to
To subscribe or unsubscribe via the World Wide Web, visit
https://mail.scipy.org/mailman/listinfo/numpy-discussion
or, via email, send a message with subject or body 'help' to
You can reach the person managing the list at
When replying, please edit your Subject line so it is more specific
than "Re: Contents of NumPy-Discussion digest..."
1. coordinate bounds (Alan Isaac)
2. Re: coordinate bounds (Robert Kern)
----------------------------------------------------------------------
Message: 1
Date: Sat, 20 Aug 2016 16:16:14 -0400
Subject: [Numpy-discussion] coordinate bounds
Content-Type: text/plain; charset=utf-8; format=flowed
Is there a numpy equivalent to Mma's CoordinateBounds command?
http://reference.wolfram.com/language/ref/CoordinateBounds.html
Thanks,
Alan Isaac
------------------------------
Message: 2
Date: Sat, 20 Aug 2016 22:14:38 +0100
Subject: Re: [Numpy-discussion] coordinate bounds
Content-Type: text/plain; charset="utf-8"
Is there a numpy equivalent to Mma's CoordinateBounds command?
http://reference.wolfram.com/language/ref/CoordinateBounds.html
np.transpose([coords.min(axis=0), coords.max(axis=0)])
--
Robert Kern
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.scipy.org/pipermail/numpy-discussion/attachments/20160820/fd68f515/attachment-0001.html>
------------------------------
Subject: Digest Footer
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
------------------------------
End of NumPy-Discussion Digest, Vol 119, Issue 11
*************************************************
Nathaniel Smith
2016-08-21 22:53:43 UTC
Permalink
Post by Dipankar “Dipu” Ganguly
Is there a way to use Wolframs’ Mathematica 11 within IPython on Jupyter
running on Anaconda’s Navigator on a Mac with OS 10.11.6? Failing that,
what Python package would give me those capabilities?

This has nothing to do with numpy, so I'm afraid you're in the wrong place.
You might try asking the Jupyter developers, or looking into Sage.

-n

Loading...