Adam Morris

Results 8 comments of Adam Morris

I'm seeing the same issue. Any formula with array literal doesn't parse.

I am using this tool to maintain a potentially large code base as well, and I have to agree with c-j-s. The stack we are using is quite unique. In...

+1 for reverse method

I'm willing to start working on the reverse method. Is there a plan of attack that I should consider?

I wrote a magic handler that worked for a while. Then I made some changes to my kernel and not it suddenly does not. How do I go about debugging...

I have determined that when I have my developer environment installed (with `-e` flag in the requirements file) the magic works. However, when I've installed the kernel with `setup install`...

Are you supposed to use special retval variable? ``` %%python -e ... retval = display(plan()) ``` Or something to that effect?