Best editor for Jupyter Books? #121
-
This is an inconsequential problem, really, but it's winding me up: I'm saving my Jupyter Book pages as markdown files, but the markdown support in my usual editor (PyCharm - I use the free version) is confused by directives. It doesn't recognise the first set of backticks in a directive as being related to a comment since it's immediately followed by the curly brackets, so it greys out everything in between the end of the first directive and the second, then the end of the third and the fourth, etc. Does anyone have a favourite editor for writing Jupyter Books? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Heya see: https://jupyterbook.org/content/myst.html#vscode |
Beta Was this translation helpful? Give feedback.
-
I have been using Commit, push changes back. Pull to local repo and |
Beta Was this translation helpful? Give feedback.
-
Another option is to use Curvenote, which is a technical wysiwyg editor designed for writing books/papers with computational content linked from Jupyter and speaks MyST markdown/jupyter-book. There are some pointers on how to export directly to jupyter-book using the CLI tools here: This is especially helpful for working with collaborators who need to review work, but don't work with git/code/markdown/myst/etc. |
Beta Was this translation helpful? Give feedback.
Heya see: https://jupyterbook.org/content/myst.html#vscode
Also see checkout the new “markdown friendly” syntaxes in https://jupyterbook.org/reference/_changelog.html#new-and-improved 😀