Nasser Alkmim

Results 4 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!