[Numpy-discussion] NumPy-Discussion Digest, Vol 119, Issue 11

Dipankar “Dipu” Ganguly dipugee at gmail.com
Sun Aug 21 13:46:23 EDT 2016


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: dipugee at gmail.com
http://www.linkedin.com/in/dipugee 









> On Aug 21, 2016, at 5:00 AM, numpy-discussion-request at scipy.org wrote:
> 
> Send NumPy-Discussion mailing list submissions to
> 	numpy-discussion at scipy.org
> 
> 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
> 	numpy-discussion-request at scipy.org
> 
> You can reach the person managing the list at
> 	numpy-discussion-owner at scipy.org
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of NumPy-Discussion digest..."
> 
> 
> Today's Topics:
> 
>   1. coordinate bounds (Alan Isaac)
>   2. Re: coordinate bounds (Robert Kern)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Sat, 20 Aug 2016 16:16:14 -0400
> From: Alan Isaac <alan.isaac at gmail.com>
> To: Discussion of Numerical Python <numpy-discussion at scipy.org>
> Subject: [Numpy-discussion] coordinate bounds
> Message-ID: <e58ac269-98c8-271b-22bf-1c73962ef935 at gmail.com>
> 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
> From: Robert Kern <robert.kern at gmail.com>
> To: Discussion of Numerical Python <numpy-discussion at scipy.org>
> Subject: Re: [Numpy-discussion] coordinate bounds
> Message-ID:
> 	<CAF6FJiv+cRHM8H5QDhixiD56pHOgWRQTERLAmZmTwS1_zoOUzg at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
> 
> On Sat, Aug 20, 2016 at 9:16 PM, Alan Isaac <alan.isaac at gmail.com> wrote:
>> 
>> Is there a numpy equivalent to Mma's CoordinateBounds command?
>> http://reference.wolfram.com/language/ref/CoordinateBounds.html
> 
> The first signature can be computed like so:
> 
>  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
> NumPy-Discussion at scipy.org
> https://mail.scipy.org/mailman/listinfo/numpy-discussion
> 
> 
> ------------------------------
> 
> End of NumPy-Discussion Digest, Vol 119, Issue 11
> *************************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20160821/261955b4/attachment.html>


More information about the NumPy-Discussion mailing list