I've been trying to switch my data-analysis workflow from Jupyter lab/notebook
to org-mode
+ org-babel
for quite a while.
- I'm looking for an emacs setup that will provide all the functionalities of jupyter (code completion, inline docs, easy code block navigation and editing, etc.) while still working in org-mode.
- I tried to get this going in the basic emacs, in scimax and in spacemacs but none of them really did the trick. Scimax seemed to do a very good job emulating a jupyter notebook but I really missed all the out-of-the-box features from spacemacs.
- I use spacemacs as my day-to-day emcas and would really love to incorporate this kind of setup into my spacemacs configuration.
- Ideally, this setup would be a complete configuration that will work out of the box (I'm not very strong on emacs-lisp), but a (very) detailed guide for how to set this up on my own inside spacemacs would also be nice.