Results 245 comments of Geoffrey Poore

That's a good idea...jupyter-book has changed a lot since I looked at it last. I will look into adding a comparison the next time I update the documentation. Are there...

Thanks for letting me know about this. An editor with live preview would be great! If `codebraid` needs new features to get this to work, I'm happy to look into...

How are you running `codebraid`? Have you tried using a terminal in which the environment is activated?

That is strange. `session` should have no effect. However, you also don't really need named sessions unless you are splitting your code into independent pieces that you want to run...

Let's leave the issue open for a few days in case you run into additional problems with this, and so I can try testing a few things. `session` is just...

That looks like an interesting approach to literate programming. I can see how putting the markdown in the comments of code could have some advantages. Unfortunately, that isn't really a...

@piccolbo I hope to add "tangling" support for extracting executable code in the near future. That's on my list of planned features. Like you said, it does have some major...

It looks like Pandoc won't parse Markdown inside LaTeX math. So I'd suggest something like this, using a format string: `````` ```{.python .cb.run} from math import * var = 123...

I was thinking about a string template as another command that could be applied to code blocks. What are you thinking about in terms of a command-line option? How might...

It sounds like you're interested in a more compact, less verbose syntax, especially for inline code. I'm interested in adding alternate syntax eventually. So far I've limited everything to Pandoc's...