paulovn / sparql-kernel

A Jupyter kernel to launch queries against SPARQL endpoints
BSD 3-Clause "New" or "Revised" License
98 stars 17 forks source link

remove reference to DEFAULT_STATIC_FILES_PATH #55

Open vivian-rook opened 1 year ago

vivian-rook commented 1 year ago

It seems that with newer versions of notebook sparqlkernel fails to build with: AttributeError: module 'notebook' has no attribute 'DEFAULT_STATIC_FILES_PATH'

This patch removes references to DEFAULT_STATIC_FILES_PATH

few more notes here: https://phabricator.wikimedia.org/T320934