Maddy Guthridge
Maddy Guthridge
It's neat that that is an option, but in my opinion, that is not communicated well with users owing to the lack of information in the context menu. When I...
Thanks, I've tried this in notebook, and it worked correctly. It also works correctly in Google Colab. This appears to be an issue with VS Code in particular.  Here's...
Here's a screen recording: https://user-images.githubusercontent.com/31365175/229035806-76ae17bc-65b1-441c-a55a-79f3dc2404dc.mp4 The repo with the code is available here: https://github.com/MaddyGuthridge/testJupyter It doesn't happen immediately in this case, but the issue is present after a few inputs....
Also here's the output for `Jupyter` for that session: Note that at the top, the dependencies aren't installed - I installed them when prompted by VS Code. ``` Visual Studio...
Glad to hear it's not just me :) If there's anything else I can do to help, I'd love to do as much as I can
Hello, @DonJayamanne ! Sorry for the delayed reply. I can confirm that this is still an issue. Occasionally, lines are not printed before calls to `input`
Can confirm the issue still exists: * Fedora Linux 42 * Gnome 48 * jupyter-client 8.6.3 * jupyter-core 5.7.2 * ipykernel 6.29.5 * ipython 8.31.0

@keeganwitt that's how I'm doing it [in my projects](https://github.com/MaddyGuthridge/Minifolio/blob/11205e8cf793b112cd882dedf2fa72c1409b6c9b/tests/setup/jestExtended.d.ts). Without the ``, the linter yells at me. The reason the search turns up no results is because you've got a...
I believe have encountered this issue, which led to an [immensely confusing behaviour in the `mkdocstrings` library](https://github.com/mkdocstrings/mkdocstrings/issues/691). I am quite concerned, as this behavior allows for XSS attacks for sites...