1
0
Fork
You've already forked ipynb.vim
0
Read and write jupyter notebooks directly using Vim
  • Vim Script 83.9%
  • Ruby 16.1%
2025年03月24日 22:31:12 +01:00
autoload Initial commit 2025年03月24日 22:31:12 +01:00
doc Initial commit 2025年03月24日 22:31:12 +01:00
ftplugin Initial commit 2025年03月24日 22:31:12 +01:00
plugin Initial commit 2025年03月24日 22:31:12 +01:00
spec Initial commit 2025年03月24日 22:31:12 +01:00
.gitignore Initial commit 2025年03月24日 22:31:12 +01:00
.rspec Initial commit 2025年03月24日 22:31:12 +01:00
_project.vim Initial commit 2025年03月24日 22:31:12 +01:00
CODE_OF_CONDUCT.md Initial commit 2025年03月24日 22:31:12 +01:00
CONTRIBUTING.md Initial commit 2025年03月24日 22:31:12 +01:00
Gemfile Initial commit 2025年03月24日 22:31:12 +01:00
LICENSE.txt Initial commit 2025年03月24日 22:31:12 +01:00
Rakefile Initial commit 2025年03月24日 22:31:12 +01:00
README.md Initial commit 2025年03月24日 22:31:12 +01:00

Usage

TODO

Requirements

For jupyter, it seems like you need to set up collaborative mode to automatically reload the notebook in the browser: https://github.com/jupyterlab/jupyterlab/discussions/14516.

pip install jupyter_collaboration

Alternatives

This project does what I feel is the simplest thing with an ipynb file and doesn't have any external dependencies. If you'd like something more powerful and/or would be happy to install some external utilities, you could try some of these out:

Contributing

Pull requests are welcome, but take a look at CONTRIBUTING.md first for some guidelines. Be sure to abide by the CODE_OF_CONDUCT.md as well.