Matthieu Lienart

Results 7 comments of Matthieu Lienart

@gruellan sorry for the very late reply. This is my current work around: ``` # temporary workaround: import os import json NOTEBOOK_METADATA_FILE = "/opt/ml/metadata/resource-metadata.json" with open(NOTEBOOK_METADATA_FILE, "rb") as f: metadata...

Hello @gem-neo4j , thank you for replying so quickly. And OMG... it looks like I missed the obvious! I reread the documentation and it does show up in one of...

OK I have two other problems with both `file:D:\...` and `file://D:\...` 1. I get now this error: `Failed to invoke procedure `apoc.export.graphml.all`: Caused by: java.nio.file.InvalidPathException: Illegal char at index 4`...

If I myself escape all the "\" in the path, i.e. replace `CALL apoc.export.graphml.all("file:D:\code\my_repo\data\neo4j\full_graph.gml", {})` by `CALL apoc.export.graphml.all("file:D:\\code\\my_repo\\data\\neo4j\\full_graph.gml", {})` Then I am just left with the first error: ``` Failed...

@gem-neo4j thank you for creating that bug ticket and let me know if there is anything I can do, or information I can provide to help

@gem-neo4j BTW, I think the bug with Windows path is also affecting `apoc.import.graphml` Have a great week-end

Hello, Thank you for trying to play with this demo. It is 3 years old though and should be fully re-written. I would have to try it again myself but...