lambdalisue/jupyter-vim-binding

RFC: Need contributors.

lambdalisue opened this issue ยท 6 comments

Recently I changed my job and I don't use jupyter anymore so I don't really have time and motivations to maintain this project. So I would like to add contributors.

If you are interested in, please write a comment.


I'll give a collaborator permission to users who commented on this issue and who had at least one contribution (PRs, replying issues or whatever)

I don't have a huge amount of time but I could look into some stuff on the weekends; super awesome plugin and it's made a huge difference in my day to day and I'd be happy to give back

Hey, not sure if you still need any help. This plugin is exactly what I'm looking for and I'm also looking for a fist open-source project to help maintain.

I'm not maintaining this project (that's why the last modified is 2 years ago) so maintainers are really welcome ๐ŸŽ‰
Please start helping me by replying issues, sending PRs (documentations, bug fixes, features, ...etc).

@phi12ip You might also want to take a look at https://github.com/jwkvam/jupyterlab-vim , which is based on this project - since jupyter lab will eventually replace jupyter notebooks, might be better to focus your effort there?

ianhi commented

@phi12ip For jupyterlab vim there is a fork that works for jupyterlab 2: https://github.com/axelfahy/jupyterlab-vim the above linked extension will not work in jlab1. Also there is some work being done to add vim support in the notebook to core jupyterlab here: jupyterlab/jupyterlab#8592