steovd

Results 4 issues of steovd

Using `%%space` with no name runs the cell in an anonymous namespace (creates a new space, runs the cell in it, and forgets it). So instead of having to come...

There are multiple issues related to backslashes in input paths (#629, #1028). Converting backslashes expanded by `glob.glob` seems to be reasonable workaround. If the user uses forward slashes, this should...

#1110 introduced `OutStream` hooks, which are [stored in a thread-local variable](https://github.com/ipython/ipykernel/blob/700c26f29126d2ced5480f0314642b12cff0d493/ipykernel/iostream.py#L733) and [invoked in `_flush`](https://github.com/ipython/ipykernel/blob/700c26f29126d2ced5480f0314642b12cff0d493/ipykernel/iostream.py#L651). However, since `_flush` [usually runs in a background thread](https://github.com/ipython/ipykernel/blob/700c26f29126d2ced5480f0314642b12cff0d493/ipykernel/iostream.py#L611), the hooks only work when registered...

bug

## Bug Report `PerspectiveWidget` doesn't work in VSCode because the Jupyter extension cannot find widget frontend scripts in `@finos/perspective-jupyterlab`. ### Steps to Reproduce: 1. Install [Jupyter](https://open-vsx.org/extension/ms-toolsai/jupyter) and [Python](https://open-vsx.org/extension/ms-python/python) VSCode extensions....