Mathematica-style notebook in Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rick Muller

    #1

    Mathematica-style notebook in Python

    I was wondering whether anyone has considered writing a
    Mathematica-style notebook in Python. I use Python to do a lot of
    scientific analysis, and I really like it's power. But what I always
    envy about my friends who use Mathematica is the notebooks they
    generate, which contain plots, annotations, and other information, in
    a format that can be reloaded easily when you want to check your work.

    Before I start doing something like this, has anyone else considered
    it?
  • A.M. Kuchling

    #2
    Re: Mathematica-style notebook in Python

    On 12 Feb 2004 13:13:01 -0800,
    Rick Muller <rick_muller@ya hoo.com> wrote:[color=blue]
    > [Re: Mathematica-like notebooks]
    > Before I start doing something like this, has anyone else considered
    > it?[/color]

    James Tauber suggested it last June in the thread starting here:


    However, at the end of it he went off to investigate wxPython
    and never posted a final result, so whether he succeeded or not is unknown.
    I'd suggest e-mailing him.

    (And I would *love* to see such a tool for Python; it would have lots of
    different applications.)

    --amk

    Comment

    • Michael Hudson

      #3
      Re: Mathematica-style notebook in Python

      rick_muller@yah oo.com (Rick Muller) writes:
      [color=blue]
      > I was wondering whether anyone has considered writing a
      > Mathematica-style notebook in Python. I use Python to do a lot of
      > scientific analysis, and I really like it's power. But what I always
      > envy about my friends who use Mathematica is the notebooks they
      > generate, which contain plots, annotations, and other information, in
      > a format that can be reloaded easily when you want to check your work.
      >
      > Before I start doing something like this, has anyone else considered
      > it?[/color]

      Considered it, certainly. Armin Rigo, Holger Krekel and I recently
      made a start on such a thing (called shpy) but haven't got very far
      yet...

      Cheers,
      mwh

      --
      I'm not particularly fond of singing GSTQ because she stands for
      some things I don't, but it's not really worth letting politics
      getting in the way of a good bawling. -- Dan Sheppard, ucam.chat

      Comment

      Working...