vim-notebook icon indicating copy to clipboard operation
vim-notebook copied to clipboard

A plugin for the Vim editor for handling any interpreter in a Notebook style

Results 4 vim-notebook issues
Sort by recently updated
recently updated
newest added

When I want to start the Plugin with `:NotebookStart`, then I get the Message `Starting the kernel...` and nothing happens. I have to use `ctr-c` to use vim again.

I firstly want to thank you for this innovative idea of using Vim as a notebook. Unfortunately I have had some issues setting it up with other markdown plugins which...

I've tried the following configuration: ``` " attempt at node let g:notebook_cmd = 'NODE_DISABLE_COLORS=1 node' let g:notebook_stop = "process.exit()" let g:notebook_send0 = "" let g:notebook_send = "'VIMNODENOTEBOOK'" let g:notebook_detect =...

You mention this in the docs. I'm still seeing it despite using the suggested config: ``` let g:notebook_cmd = '/Applications/j64-804/bin/jconsole' let g:notebook_stop = "exit ''" let g:notebook_send0 = "''" let...