jupyterhub / nbgitpuller

Jupyter server extension to sync a git repository one-way to a local path
https://nbgitpuller.readthedocs.io
BSD 3-Clause "New" or "Revised" License
210 stars 86 forks source link

Use our own jinja2 template loader #255

Closed yuvipanda closed 2 years ago

yuvipanda commented 2 years ago

Fixes https://github.com/jupyterhub/nbgitpuller/issues/235

yuvipanda commented 2 years ago

@manics this is an alternative to #240. We need to do #240 as well regardless, but I don't understand the implications enough.

/cc @Zsailer who helped point this out.

yuvipanda commented 2 years ago

@betolink you might be interested in this too.

yuvipanda commented 2 years ago

I think #240 is also needed, but @Zsailer told me more is needed to turn it into a proper jupyter-server application. I don't know enough about what more needs to be done there though.

Zsailer commented 2 years ago

Can someone here make it to one our Jupyter Server Contributor Hours? :smiley:

It would be really fun to try and port this extension in real-time. Then, we can process record, document, and share this in the server docs. I'm happy to lead the development and we can pair program as a team during the call.

choldgraf commented 2 years ago

Just to be clear @Zsailer - you're talking about the resolution of this issue, right?

Agree that would be great :-) but I'm still +1 on merging this PR in the meantime!

Zsailer commented 2 years ago

Ah, yes—I was referring to #240. Sorry for the confusion! :smiley:

yuvipanda commented 2 years ago

Thanks a lot, @manics! Do you think we can do a release?

manics commented 2 years ago

I think so, if we don't need anything from https://github.com/jupyterhub/nbgitpuller/pull/240