Alvin Wan
Alvin Wan
Is your system default python3? I just tried `pip install nbdt` (installing `nbdt-0.0.4`) and `nbdt-hierarchy --help` works for me on Ubuntu 18.04. However, I ran this from within a conda...
Thanks for your traceback, but same question -- is your environment using python2 or python3? I was able to setup the repository inside a conda environment with python3 successfully, using...
Mm, as far as I know, successors include any punctuation? lgtm
Ah darn, thanks - I'll take a closer look at this.
Found the list of all culprits! Thanks to @windj007 I just had to add to the list of "brackets" (renamed `BRACKETS_DELIMITERS`)
@mdeeg Oh huh, I didn't realize specific commands could be treated as verbatim. There isn't a way to tell TexSoup to ignore commands ... yet -- I can followup here...
@pablo-angulo Interesting, a PR would definitely be welcome if you could spare the time. I'll start working on these issues starting from the oldest one, in a few days time....
Thanks @peterzjx! Yeah, @Guillaume-Garrigos I'll have to add changelogs. In the meantime: the intention is to replace with TexText in 0.3.*. I'll follow up in ~2w time after some deadlines,...
Oof yeah you're right. The problem is that there _could_ exist a space between commands and their arguments. Unfortunately, texsoup just needs to know how many args to expect, so...
Awesome, thanks for the second opinion. And siiick, thanks so much for digging those up. 🙇 For anyone else looking at this thread, I'll make sure to reference this issue...