We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to import a jupyter ipynb file. I didn't have conda or miniconda installed, but I did have just plain python 3.7 installed.
When I open the ipynb file I am promped to import it, but when I do so nothing happens. Nothing, no messages, no output.
When I added %##, I got the Run Cell widget. Clicking on it popped up a message box telling me that jupyter couldn't be found.
I installed mini-conda and then jupyter and now importing works.
The text was updated successfully, but these errors were encountered:
Fix problem with import errors not showing up for the user (#5185)
0332c65
For #3958 Root cause was a promise not being waited on to force errors to come out. <!-- If an item below does not apply to you, then go ahead and check it off as "done" and strikethrough the text, e.g.: - [x] ~Has unit tests & system/integration tests~ --> - [x] Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR) - [x] Title summarizes what is changing - [x] Has a [news entry](https://github.com/Microsoft/vscode-python/tree/master/news) file (remember to thank yourself!) - [ ] Has sufficient logging. - [ ] Has telemetry for enhancements. - [ ] Unit tests & system/integration tests are added/updated - [ ] [Test plan](https://github.com/Microsoft/vscode-python/blob/master/.github/test_plan.md) is updated as appropriate - [ ] [`package-lock.json`](https://github.com/Microsoft/vscode-python/blob/master/package-lock.json) has been regenerated by running `npm install` (if dependencies have changed) - [ ] The wiki is updated with any design decisions/details.
rchiodo
No branches or pull requests
I was trying to import a jupyter ipynb file. I didn't have conda or miniconda installed, but I did have just plain python 3.7 installed.
When I open the ipynb file I am promped to import it, but when I do so nothing happens. Nothing, no messages, no output.
When I added %##, I got the Run Cell widget. Clicking on it popped up a message box telling me that jupyter couldn't be found.
I installed mini-conda and then jupyter and now importing works.
The text was updated successfully, but these errors were encountered: