Szymon Maszke
Szymon Maszke
You can refresh the web page to see the new content. I've been looking into the ways of automatic refreshing (using xdotool for example) but it seems close to impossible...
Well, a little relief before update (I'll try to do it for 0.2.0, when the plugin gets more or less to the stable state): [Update notebook cell with keystroke](https://stackoverflow.com/questions/28309430/edit-ipython-cell-in-an-external-editor) You...
@michaelfresco It is possible to configure Jupyter notebook to answer yes to all popups. First, if you don't have jupyter config (```$HOME/.jupyter```) issue the following: ``` jupyter notebook --generate-config ```...
For now you could change filetype to python via `set filetype`, but you will lack markdown syntax highlighting (I think it would work in this case). Another idea is presented...
## Current ideas in order of importance and amount of additional work needed: - __Move plugin infrastructure to [jupytext](https://github.com/mwouts/jupytext)__ - Major source code refactor - Bug fixing (notebooks with spaces...
Yeah, I think removing `notedown` dependency and changing it to [jupytext](https://github.com/mwouts/jupytext) is the road I will take when time allows.
Comment out lines 7-11 in ```plugin/vimpyter.vim```, tell me whether everything works fine now.
Can you run ```notedown``` command from command line (Powershell I suppose)? I am not using Windows or conda, so I can only give you the tips so you can debug...
Confirm whether it's working now, cheers!
Just update the plugin using `:PluginUpdate` and you should be fine. You can clone this repository and compare commits with the one located in Vundle, close if everything is fine.