Ulrich Wortmann
Ulrich Wortmann
Re-opening this since the above is only working for the X11 window manager. Since many distributions are/have moving/moved to wayland, there is currently no easy way to remap keyboard keys....
This is similar to my note #386 in the scimax section. I did some experiments and tried to checkout older versions of ox-ipynb. github is still a black box to...
oh ok. that explains it. Starting scimax does indeed update the ox-ipynb directory. If I do it your way, the export succeeds as expected. On Wed, Nov 4, 2020 at...
could be related to https://discourse.jupyter.org/t/debugger-warning-it-seems-that-frozen-modules-are-being-used-python-3-11-0/16544/2 at least, after setting export PYDEVD_DISABLE_FILE_VALIDATION=1 the invalid signature error disappeared. I am still unable to start the kernel, though
I did the downgrade to 4551667 and I can confirm that this works on Linux with emacs 29.1, python3.11 and jupyter server 2.7.2
I can confirm that this works on the master branch (linux 6.7.4-1 with jupyter from with conda). It does seem however that the initial startup time is much longer?
did some digging. It is a link format introduced by J Kitchen and used in scimax. https://github.com/jkitchin/scimax/blob/master/scimax-notebook.org#notebookproject-links I looked at #160 and I think John's code provides similar functions so...
As a workaround, setting `(org-link-set-parameters "nb" :store nil)` disables the notebook links, and uses id's instead.
Thanks, I tried the above and it works somewhat. Using a regular org file located in `~tmp` and adding the following link `[[nb:esbmtk::esbmtk/esbmtk.py::c1]]` resolves to `~python-scripts/esbmtk/esbmtk.py` when I follow the...