Closed
Description
@damianavila pointed me to some relevant discussion that may or may not relate to #176, but should probably be addressed no matter what.
In this documentation for jupyter_server, there are notes on how to make a classical jupyter notebook
extension register itself with jupyter_server
.
Based on the current setup.py file, I conclude that nbgitpuller
currently isn't a extension compatible with both the classical notebook server and the new jupyter_server.
Lines 25 to 27 in 207e3b2
Suggested action points
- Follow the
jupyter_server
docs on registering an extension and register nbgitpuller as ajupyter_server
extension alongside the jupyter notebook extension. - Update documentation in the README.md about this