ipynb_notedown.vim : plugin for editing jupyter notebook (ipynb) files through notedown
script karma |
Rating 43/17,
Downloaded by 1837 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Michael Goerz |
|
script type |
utility |
|
description |
When you open a Jupyter Notebook (*.ipynb) file, it is automatically
converted from json to markdown through the `notedown` utility
(https://github.com/aaren/notedown). Upon saving the file, the content is
converted back to the json notebook format.
The purpose of this plugin is to allow editing notebooks directly in vim.
The conversion json -> markdown -> json is relatively lossless, although
some of the restrictions of the `notedown` utility apply. In particular,
notebook and cell metadata are lost, and consecutive markdown cells are
merged into once cell.
NOTE: This plugin is superseded by the jupytext.vim plugin (vimscript #5764)
This script is developed at https://github.com/goerz/ipynb_notedown.vim
See documentation in script for details. |
|
install details |
Copy the ipynb_notedown.vim script to your vim plugin directory (e.g. $HOME/.vim/plugin) |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.172
|