-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Community Note
- Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Describe the bug
%%graph_notebook_config
{
"host": "localhost",
"port": 3030,
"ssl": false,
"sparql": {
"path": "ds/sparql"
}
}
This config found in graph-notebook/tree/main/additional-databases/fuseki didn't run the queries successfully, the only config that succeeded was path: "ds" not "ds/sparql"
- OS: [Dockerfile]
- Browser: [Google Chrome]
- Graph Notebook Version: [3.7.3]
- Apache Jena Fuseki Version: 5.1.0
To Reproduce
Steps to reproduce the behavior:
- Create a new cell
- write
%%sparql --expand-all
SELECT ?s ?p ?o
WHERE { ?s ?p ?o }
- Run
- Throws an error {'error': AttributeError("'DataFrame' object has no attribute 'map'")}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Resolved