-
Does this issue occur when all extensions are disabled?: No, because I need the Jupyter extension to use the Notebook :P
- VS Code Version: 1.81.0
- OS Version: Ubuntu 22.04.2
Steps…
-
The text within a `raw` cell is being interpreted when exporting to PDF leading to the following error:
```
! You can't use `macro parameter character #' in vertical mode.
```
during XeTeX pro…
-
A follow-up of the discussion in #1050: it would be nice if the kernel supported a cell magic command `%%bash` to write some bash code (just as the default Jupyter IPython kernel). Could be useful, fo…
-
The topic came up in https://github.com/jupyter/nbclient/issues/48 that the %run magic only displays errors rather than raising them to halt execution. A similar change to make bash magics raise on er…
-
Following #513 and #622, I'd like to think a bit about how magic cells are/should be handled.
Here are my expectations
1. If a cell has a magic cell that is a language, say e.g. `R`, that differs …
-
Right now filename completions trigger in all sorts of situations, for example:
```python
def f(x): pass
f(x=
```
If there are a lot of files in a directory, this can overwhelm the completions.…
-
As you probably noticed, I've enriched the number of `contrib` scripts in order to provide similar functionality to `crash`:
https://crash-utility.github.io/help.html
Right now, one can run a scri…
-
Roughly `%help []` could show the usage by printing out the docstring of the appropriate function in the `magics.py` class.
Alternatively each dot command should have its own ArgumentParser object …
fsaad updated
7 years ago
-
If I understand correctly, skinnywms uses magics' default styles in `/usr/share/magics/styles/`, but it's possible to use a different path with the `--style` parameter.
Is there any documentation o…
-
**Describe the bug**
The `runner.sh` script parses out the output from `jupytext` into something for feeding into pep8. `sed` is used in places to pick parts out, however for some weirdly formatting …