fredokun / cl-jupyter

An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
BSD 2-Clause "Simplified" License
199 stars 29 forks source link

some minor updates for fishbowl #1

Closed robert-dodier closed 9 years ago

robert-dodier commented 9 years ago

Hi, I'm creating a Maxima (computer algebra system) kernel for IPython and I'm using Fishbowl as my starting point. Thanks a lot for creating Fishbowl! In the course of the work with Maxima, I have made a few minor changes to Fishbowl. I hope you'll consider merging these into the official version.

If you are interested, please take a look at the branch maxima-fishbowl in robert-dodier/fishbowl-repl to see what I am doing with Maxima. At this point Maxima can talk to the IPython front end and return LaTeX for formulas and SVG for plots, so that's very encouraging.

best,

Robert Dodier

fredokun commented 9 years ago

These clearly are improvements, thanks ! So consider the PR merged. I will definitely look at the maxima branch when I find some time. Cheers, Frederic.

robert-dodier commented 9 years ago

Hi Frederic, thanks for merging my PR. I'm glad to help.

Please note I've created a new Github project just for Maxima-Fishbowl:

https://github.com/robert-dodier/maxima-fishbowl

So you'll find any further updates there, if you are interested.

best wishes,

Robert