You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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 withjupyter_server
.https://jupyter-server.readthedocs.io/en/latest/developers/extensions.html#migrating-an-extension-to-use-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.nbgitpuller/setup.py
Lines 25 to 27 in 207e3b2
Suggested action points
jupyter_server
docs on registering an extension and register nbgitpuller as ajupyter_server
extension alongside the jupyter notebook extension.The text was updated successfully, but these errors were encountered: