prittjam

Results 21 issues of prittjam

Is there any path to implement visual debugging?(i.e., avoid ipdb.set_trace()). It would be nice to be able to set a breakpoint, evaluate a region and have it stop at the...

I tried using emacs-jupyter with xeus-cling, specifically the c++17 kernel. The interaction was very slow. The response when using it in the browser is immediate. Is there something I can...

Is it possible to step into C++ code from a python script? Is there an example configuration file that demonstrates this? Basically is it possible to do this mixed code...

If I used @views on a function that uses Tullio, the module won't compile. Perhaps this is known or intended, but I don't understand the behavior. Removal of @views allows...

enhancement

The README tells why Tullio is slow for chained multiplication. Is there a tensor package that can be recommended for this use case? Thanks.

Does Tullio not support HybridArrays?

Please see this issue, https://github.com/mcabbott/Tullio.jl/issues/155#issuecomment-1237286119

Is there a working example of how to use a latex extension (e.g., siunitx) with MathJax3 and reveal?

I've tried everything. Is there a way to customize these keybindings in init.el? Could you provide an example? I am using use package. Thanks.

Hi, it there a straightforward way to debug Julia? I saw some threads but I'm still unsure of the state. Thanks