-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
MSConceptGraph.ipynb #232
Comments
Hi @mouseart! Just tested it myself, I am getting a timeout error as well. Looking into it, looks like the website we are trying to obtain the JSON from is no longer available. Which would cause the timeout issue we are both seeing. If there was a URL with the same JSON this one hosted previously we could use that, or if someone can get a copy it could be added to the project itself, I would think. Sorry this isn't much of a solution, but wanted to clarify it is not an issue on your end at least. UPDATE https://web.archive.org/web/20220330074751/https://concept.research.microsoft.com/Home/API Technically, someone could re-create the JSON data into a local file, add it to the repo and adjust the code to load it, to mimic the results being retrieved. Test that it works correctly and has the expected results. |
Thank you for your feedback. I roughly understand. |
https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/MSConceptGraph.ipynb Unable to function properly
I tried running in VS Code environment
https://github.com/microsoft/AI-For-Beginners/blob/main/lessons/2-Symbolic/MSConceptGraph.ipynb The first paragraph of code for:
But the following error prompt appears:
What went wrong and how should I make the necessary modifications?
Thank you very much to those who can provide help.
The text was updated successfully, but these errors were encountered: