Skip to content

Support registering as an extension for jupyter_server (alongside jupyter notebook) #177

Closed
@consideRatio

Description

@consideRatio

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

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

data_files=[
('etc/jupyter/jupyter_notebook_config.d', ['nbgitpuller/etc/nbgitpuller.json'])
],

Suggested action points

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions