Jupyter-contrib / jupyter_nbextensions_configurator

A jupyter notebook serverextension providing config interfaces for nbextensions.
Other
980 stars 121 forks source link

Join forces with other to maintain this package. #146

Open damianavila opened 1 year ago

damianavila commented 1 year ago

This package is important for a lot of users and it would be nice to have a quick iteration in the fixes and releases going forward. This is particularly important in the transition toward notebook v7. More details about the migration can be found at https://github.com/jupyter/notebook-team-compass/issues/5.

@echarles (alongside with @RReys, @ericsnekbytes) expressed interest to join forces and help in the maintenance of this package (meaning also giving access to the GitHub repo and PyPI).

@juhasch @jcb91, WDTY about that? Thanks!!

echarles commented 1 year ago

Thank for starting the discussion @damianavila Yes, happy to add more workforce on the repo to ensure a smooth transition to notebook v7 while supporting the current notebook/nbclassic users.

cc/ @RRosio

juhasch commented 1 year ago

Sure, this would be fantastic and is surely most welcome from my side.

damianavila commented 1 year ago

Given the previous agreement from @juhasch, I have added @echarles @RRosio and @ericsnekbytes to the repo with write access.

I do not have access to the PyPI stuff, so pinging @juhasch and @jcb91, so they can provide you all with that specific access.

damianavila commented 1 year ago

I do not have access to the PyPI stuff, so pinging @juhasch and @jcb91, so they can provide you all with that specific access.

@juhasch, can you please provide access to @echarles and others so they can effectively do a new release? Thanks!!

juhasch commented 1 year ago

Hi @damianavila, sure. @echarles: What is you Pypi user name ?

echarles commented 1 year ago

Hi @damianavila, my pypi username is datalayer. Can you share and link here the commands to make a release?. I see https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/releases/ is populated, are you uploading the release manually.

@RRosio @ericsnekbytes It would be great to have you on pypi, can you also share you pypi username?

RRosio commented 1 year ago

Thank you for the ping @echarles! My PyPI username is RRosio.

ericsnekbytes commented 1 year ago

My pypi username is ericsnekbytes, thanks!

On Mon, May 1, 2023, 1:37 AM Rosio @.***> wrote:

Thank you for the ping @echarles https://github.com/echarles! My PyPI username is RRosio.

— Reply to this email directly, view it on GitHub https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/issues/146#issuecomment-1529371870, or unsubscribe https://github.com/notifications/unsubscribe-auth/AY7OVSKMBP6JJQGXIG4WQBLXD5DZTANCNFSM6AAAAAASCHPFXM . You are receiving this because you were mentioned.Message ID: <Jupyter-contrib/jupyter_nbextensions_configurator/issues/146/1529371870@ github.com>

juhasch commented 1 year ago

@echarles : To upload to PyPi I use twine, so basically:

python setup.py bdist_wheel 
twine upload dist/* 

You need a token from PyPi for this and use __token__ as username for the upload.

echarles commented 1 year ago

Thank you so much @juhasch. I have just released version 0.6.2. We can leave this open a bit more, but very happy to have more people on board to ease the maintenance of this project.