You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, i'm working with some people that are into jupyter notebooks, but editing python in a web-GUI instead of vim seems bizarre to me. With jupytext and jupytext.vim i'm able to automatically convert notebooks to markdown and vice versa. The GUI people can use their GUI stuff, and i can continue living in the shell, everyone wins.
Jupytext embeds python in markdown as fenced codeblocks. notebook.md:
At the moment, i'm working with some people that are into jupyter notebooks, but editing python in a web-GUI instead of vim seems bizarre to me. With
jupytext
andjupytext.vim
i'm able to automatically convert notebooks to markdown and vice versa. The GUI people can use their GUI stuff, and i can continue living in the shell, everyone wins.Jupytext embeds python in markdown as fenced codeblocks.
notebook.md
:Vim supports highlighting these fenced blocks:
init.vim
But this will use the default highlighting engine instead of semshi's. Also, when i use
:Semshi enable
, semshi fails on the first line with:Is there a way to enable semshi for fenced codeblocks in markdown files?
The text was updated successfully, but these errors were encountered: