read with ai
read with ai
Had a play with this. worked as expected. I think I had to restart jupyter to get the cmd-k binding to work. I noticed you had to do a complete...
Yep, persisting dependencies would work. As a rule I'll always execute cells when I first write them, but I might want to reopen a notebook and execute just one cell...
Whoops... this looks to be an issue in `antlr4-python3-runtime` that you import. closing the issue.
Nope, untaken back. You should be depending on an appropriate version like so: ``` if sys.version_info.major == 3: REQUIRES = ['antlr4-python3-runtime', 'sympy'] else: REQUIRES = ['antlr4-python2-runtime', 'sympy'] ``` or excluding...
> Can you get back to me after using this for a week or two? Sure. > Also, make sure you test it while using windows with UTF-8 in their...
I'm not sure if this is the correct place to discuss this issue: I've reproduced the above UTF-8 title name bug against master and included some debug information here: #23
> so maybe it's the particular unicode char use So using `ë` didn't hit the bug. But a unicode smiley face (`☺`) did. I'm not sure what the difference is....
#8 is a PR for this.