558 Commits

Author SHA1 Message Date
Andrew Gibiansky
df7625e8ca Replacing SVG with base64 encoded html+img tag for svg, closes #187 2014-02-28 19:49:40 -08:00
Andrew Gibiansky
4b4c233bcb allowing very new shelly 2014-02-28 16:25:48 -08:00
Andrew Gibiansky
b88d0c744b adding checks for broken packages 2014-02-28 16:19:37 -08:00
Andrew Gibiansky
a741c62b00 require shelly 1.3, and add note about why 2014-02-28 15:43:51 -08:00
Andrew Gibiansky
891cfe419e Revert to e08963c7f4548200a09dafb0e0bd4b263dd7c1bb 2014-02-28 15:38:39 -08:00
Andrew Gibiansky
e447663d2f bumping shelly requirement, b/c in 1.4 silently silences stderr 2014-02-28 15:26:26 -08:00
Andrew Gibiansky
3a5bad777d Not longer breaking on newer shelly 2014-02-28 15:25:49 -08:00
Andrew Gibiansky
e08963c7f4 adding some utils 2014-02-28 14:23:06 -08:00
Andrew Gibiansky
392d183d16 Merge branch 'master' of github.com:gibiansky/IHaskell
Conflicts:
	src/IHaskell/Eval/Evaluate.hs
2014-02-28 14:22:51 -08:00
Andrew Gibiansky
7d5ac39ea2 Merge pull request #193 from PierreR/master
Fix #192: compilation failure with classy-prelude 0.8
2014-02-16 13:42:35 -08:00
PierreR
2c2249e619 Fix #192: compilation failure with classy-prelude 0.8 2014-02-16 22:24:55 +01:00
Andrew Gibiansky
3d75923992 added things to ghci-lib 2014-02-15 17:43:40 -08:00
Andrew Gibiansky
86db7eff54 moving IPython github source to my own repository 2014-02-13 23:57:23 -08:00
Andrew Gibiansky
70ddc14f77 fixing comment removal within strings and such, closes #176 2014-02-06 22:34:39 -08:00
Andrew Gibiansky
62b063c0bf changed evalStatement of import to use ghci-lib 2014-02-06 19:52:32 -08:00
Andrew Gibiansky
d63bb473c2 added ghci-lib, starting moving things there 2014-02-06 19:44:27 -08:00
Andrew Gibiansky
bfb0af88cd Moving parsing preprocessing into ghc-parser 2014-02-06 19:11:29 -08:00
Andrew Gibiansky
806aa5cfec Merge pull request #185 from ivanov/add-pyin
add input code re-broadcast
2014-02-06 08:32:04 -08:00
Paul Ivanov
d03296b00a add input code re-broadcast
Our (ipython) docs probably weren't very clear about this, but frontends
expect to get a re-broadcast of the input code, along with an execution
count (since otherwise only the frontend which sent an execute_request
knows what was actually executed). I was working on
ivanov/vim-ipython#86 and found that I wasn't getting the In [ ] prompts
when connected to an IHaskell kernel.

This is my first non-trivial (though still somewhat trivial) Haskell
patch.
2014-02-03 12:49:44 -08:00
Andrew Gibiansky
6b87c4a898 adding another notebook v0.3.0.4 2014-01-30 16:30:21 -08:00
Andrew Gibiansky
b23107f40c bug with multiple args to :set where it died 2014-01-29 15:31:32 -08:00
Andrew Gibiansky
3707442a48 change so that sdist works. also, update ipython/remove tooltips.
closes #173
2014-01-26 10:12:36 -08:00
Andrew Gibiansky
b30459752f add grumble about using cabal update 2014-01-25 22:06:32 -08:00
Andrew Gibiansky
cfb1512962 version bump. v0.3.0.3 2014-01-25 21:31:07 -08:00
Andrew Gibiansky
49b2e41020 Setup.hs now builds profile.tar, closes #164 2014-01-25 21:22:15 -08:00
Andrew Gibiansky
ec9aa8e968 ctrl-c once does nothing, ctrl-c twice kills everything, closes #145 2014-01-25 20:41:12 -08:00
Andrew Gibiansky
77701bfa02 qualified IHaskell implementation imports, closes #146 2014-01-25 18:29:44 -08:00
Andrew Gibiansky
a3222f6139 adding hoogle support for classes, closes #158 2014-01-25 18:17:37 -08:00
Andrew Gibiansky
22b9e06dea fixing view with spaces, closes #170 2014-01-25 18:05:15 -08:00
Andrew Gibiansky
91836d01d7 added :ext completion (again!), closes #168 2014-01-25 17:51:52 -08:00
Andrew Gibiansky
258a07d3bd updated 2014-01-25 17:31:55 -08:00
Andrew Gibiansky
b7070c779f cleaning, adding :set to affect parsing, closes #169 2014-01-25 16:27:17 -08:00
Andrew Gibiansky
720603989c removed pattern guards 2014-01-25 16:12:12 -08:00
Andrew Gibiansky
f6716a5cb6 updated nb 2014-01-23 08:32:52 -08:00
Andrew Gibiansky
144d3d52c9 added gradient descent nb 2014-01-22 21:20:22 -08:00
Andrew Gibiansky
9b9e9baba6 closing #129 2014-01-21 16:19:42 -08:00
Andrew Gibiansky
ccdb664dfd adding notebooks dir 2014-01-21 15:46:34 -08:00
Andrew Gibiansky
74fb99c6b8 reverting dumb change, upgrading virtualenv version 2014-01-21 15:14:07 -08:00
Andrew Gibiansky
ab950cb685 don't install src dir 2014-01-20 20:36:15 -08:00
Andrew Gibiansky
0e3edf58d9 Merge pull request #162 from zeckalpha/patch-1
Update pip before installing IPython
2014-01-20 20:32:22 -08:00
Kyle Marek-Spartz
2611bdb6f9 Update pip before installing IPython
Potential fix for gibiansky/IHaskell#160
2014-01-20 20:54:32 -06:00
Andrew Gibiansky
1961fa3bbd bump ipython version 2014-01-20 15:28:23 -08:00
Andrew Gibiansky
4a45fb4561 renaming templates 2014-01-16 22:36:08 -07:00
Andrew Gibiansky
cb1fe44f7c use new codecell.js 2014-01-16 22:09:22 -07:00
Andrew Gibiansky
c50caa92dc minor version bump v0.3.0.2 2014-01-16 21:54:56 -07:00
Andrew Gibiansky
d1d1d33318 Merge branch 'master' of github.com:gibiansky/IHaskell 2014-01-16 21:46:55 -07:00
Andrew Gibiansky
e09ced99d6 minor changes, new ipython commit hash v0.3.0.1 2014-01-16 21:44:57 -07:00
Andrew Gibiansky
a7f54a2572 Merge pull request #148 from aavogt/master
ihaskell-hatex and fix a readme link
2014-01-12 20:08:05 -08:00
Adam Vogt
ff9ef2a179 add ihaskell-hatex 2014-01-12 23:00:13 -05:00
Adam Vogt
dade16b761 fix broken link in README 2014-01-12 22:57:28 -05:00