-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Display SPARQL Query Results Using %%sparql Magic Cell #515
Comments
Hi @miguelsmuller, Can you describe the process you took install graph-notebook onto VS Code? Please provide additional details around your env (Python version and package versions used, at least for Jupyter core - run If possible, please also provide the VS Code Jupyter logs from running the
|
This issue might be related: #515 Worth checking if a downgrade to |
I will provide two comments. For the first one, I will share the environment setup I have here and the current screenshots: Currently, I'm using a virtual environment (venv) with Python version 3.9.16. I set up the venv as follows:
I have the following libraries installed:
VSCode ScreenshotJupyter in Browser screenshot: |
@michaelnchin, As you requested, here's the log generated when I execute the SPARQL query in Visual Studio Code:
|
Hi @miguelsmuller , apologies for the late response. Thank you for the additional information around your setup - I was able to reproduce this locally on VSCode, while the same env setup worked with Jupyter Classic Notebook and JupyterLab. The application-specific nature of the bug seems suggests that VSCode has additional requirements to get Jupyter widgets running in general. I haven't been able to nail down a root cause as of yet, so scope of the changes needed remains ambiguous to me. Given the unclear dev time commitment required here, I think we have to consider VSCode support lower priority for now, but we will keep this in the backlog for investigation. |
No problem, @michaelnchin . I appreciate the time you've taken to conduct this initial investigation. If I can assist in any way, please let me know. I'd be happy to collaborate. |
I would recommend making sure that the latest version of |
Hello,
I hope this message finds you well. I am currently using the AWS Graph Notebook in Visual Studio Code to execute SPARQL queries. However, I'm facing an issue with displaying the results of SPARQL queries using the
%%sparql
magic cell annotation.Problem:
When I attempt to execute a SPARQL query using the
%%sparql
cell annotation in Visual Studio Code, the query runs successfully, but the results are not being displayed in the output. Instead, I only see an empty cell with no visible output.Steps to Reproduce:
%%sparql
magic cell annotation to execute a SPARQL query.Expected Outcome:
I expect that when I execute a SPARQL query using the
%%sparql
magic cell annotation, the query results should be displayed in the output cell as expected.Additional Information:
%%sparql
cell annotation.I would greatly appreciate your assistance in resolving this issue.
Please let me know if there's any additional information or logs that would be helpful for debugging.
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: