-
I get thousands of warnings:
```
WARNING: Pygments lexer name 'ipython3' is not known
```
when I run `make html` after adding `'nbsphinx'` to `extensions`.
This happens even with an empty `index.r…
-
By default docs build executes all tutorials, but we want to have optional flag user can add to specify which ones to skip when building docs locally.
-
## Details
* Read the Docs project URL: https://readthedocs.org/projects/python-control/
## Expected Result
Math that is rendered by Sphinx generates an image file that should show up on the …
-
The error in #1094 wasn't catched by the tests as they are relying on myst-nb (https://github.com/executablebooks/MyST-NB/issues/466) and sphinx-design (https://github.com/executablebooks/sphinx-desig…
-
**Describe the bug**
Loading a MSFragger lib and predicting spectra works on the main branch of alphaBase but fails on the development branch of alphaBase.
**To Reproduce**
```Python
%reload_ext…
-
### Describe your documentation update
The example notebooks would look a bit nicer in the docs with syntax highlighting. `ipython` needs to be included in the conda env to get highlighting when usin…
zmoon updated
2 years ago
-
In this environment, I am using python 3.10. on Windows and since updating to pytask 0.3.2. I get this error:
```
│ C:\.conda\envs\labor-supply-norms\lib\site-packages\pony\orm\dbapiprovider.py:72…
-
### Describe the bug
In my documentation, my idea was to hide the prompts. I wanted to be clever and just use an empty template for nbsphinx_input_prompt and nbsphinx_output_prompt. However, this lea…
-
### What happened?
on windows, NDDataset.plot() does not work in pycharm (normal mode or scientific mode), nor in VS code (run), but does work in Ipython console or jupyer.
The bug is present si…
-
## Is your feature request related to a problem? Please describe.
In looking to update sphinx's conf.py for notebook examples moved in #203, I discovered that the sphinx extension `sphinx-nbexamples`…