sponsor Vim development Vim logo Vim Book Ad

ipynb_notedown.vim : plugin for editing jupyter notebook (ipynb) files through notedown

 script karma  Rating 43/17, Downloaded by 1958  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)
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
ipynb_notedown.vim 0.1.1 2016-12-26 7.0 Michael Goerz Add option g:notedown_enable to disable plugin
ipynb_notedown.vim 0.1.0 2016-12-26 7.0 Michael Goerz Initial upload
ip used for rating: 216.73.216.130

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github