Page MenuHomePhabricator

sparql failing to build
Closed, ResolvedPublic

Description

It would appear that between notebook versions: 6.4.12 and 6.5.1 sparql fails to build into jupyter giving:
AttributeError: module 'notebook' has no attribute 'DEFAULT_STATIC_FILES_PATH'
on running python3 -m jupyter sparqlkernel install --sys-prefix
This ticket is for tracking getting sparql running on a newer notebook. Pinning notebook version as part of T198012 in the meantime

Event Timeline

Looks like references to DEFAULT_STATIC_FILES_PATH were removed in 5b6ed99aecdd1c337a70531efa20b6bb65e9e7c8 in https://github.com/jupyter/notebook

None of the currently running servers are running sparqlkernel. I am finding a total of 169 notebooks using the sparql kernel, of which 118 have at least some code in them. The usage does not seem to be increasing. Considering that the upstream has not been updated since 2020 I think this is reasonable to remove with notice as it is blocking the upgrade of notebook which is now blocking T121478

sparql removed as part of T343116 to unblock T121478