Nasser Alkmim

Results 11 comments of Nasser Alkmim

Did you find a solution? I'm experiencing the same thing when running emacs with wsl2 on windows. Edit: From https://github.com/nnicandro/emacs-jupyter/issues/257 not a solution, but creating a symlink for python3 to...

Is there a variable that toggles visibility of source-blocks headings when in presentation mode? I find the #+BEGIN_SRC ... and the #+END_SRC distracting.

Exactly, for instance, ``` #+BEGIN_SRC ipython :session plt :exports both :file img/plt_2.png %matplotlib inline import numpy as np import matplotlib.pyplot as plt [... rest of the code] #+END_SRC ``` would...

I was experiencing the exact behavior you described, now its gone. Thank you for this package, it's great!

This feature would also be useful for users of Stratimikos/Thyra interface. It is straightforward to modify the parameter list and pass that to `Stratimikos::DefaultLinearSolverBuilder`. However, it is not clear how...

Hi @cgcgcg, I made an attempt but still rough and not fully functional. Here is a description of what I did (using Trilinos 13.4.0): With the LOWS-factory, we can get...

> In particular, you might need to call `SetupRe` on the hierarchy. Thanks, I will probably need to setup the hierarchy from scratch and not rely on `Thyra::initializePrec`. > But...

Kelvinh, I changed the label but the url still shows blog. Is there a way to change this behavior so the url is formed with the label variable?

the url of individual posts are correct. But the url in the navigation bar is using the category name (blog) instead of the label (notes). I think it is related...

That's great, thank you. edit: kelvinh, I just tried here. It seem that something broke (not working as expected). I think it is better to revert that commit. The variable...