jupyter-vim-binding icon indicating copy to clipboard operation
jupyter-vim-binding copied to clipboard

RFC: Need contributors.

Open lambdalisue opened this issue 8 years ago • 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)

lambdalisue avatar Nov 04 '16 05:11 lambdalisue

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

alexsieusahai avatar May 22 '18 17:05 alexsieusahai

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.

phi12ip avatar Mar 11 '20 17:03 phi12ip

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).

lambdalisue avatar Mar 11 '20 18:03 lambdalisue

@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?

ghufransyed avatar Mar 11 '20 19:03 ghufransyed

Thanks for the reply. I haven't even checked out jupyter lab yet, but I will and the plug-in you mentioned.

I'm using Python for some web refactoring work, so I have just stumbled upon jupyter and I love how I can document my scripts with markdown in-between the code.

I'll check into the jupyterlab-vim plugin, but I can help maintain this code as well of you'd like.

On Wed, Mar 11, 2020, 15:42 Ghufran Syed [email protected] wrote:

@phi12ip https://github.com/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?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lambdalisue/jupyter-vim-binding/issues/89#issuecomment-597831029, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKFZZTYHYWPPIZ5KEAQ34EDRG7STRANCNFSM4CVE2F4Q .

phi12ip avatar Mar 11 '20 19:03 phi12ip

@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: https://github.com/jupyterlab/jupyterlab/issues/8592

ianhi avatar Jul 23 '20 18:07 ianhi