Results 1183 comments of Matthias Geier

`nbsphinx_exclude_input_prompt` doesn't seem to work. `nbsphinx_exclude_output_prompt` removes the output prompt but an awkward space remains (in LaTeX it seems to be the width of one character, in HTML it is...

@tshead2 Thanks for your input! It's really helpful that you show an actual example of what you want to achieve. I don't really see a problem in showing the prompts,...

@tshead2 > I don't see it in the documentation, where should I be looking for that? The most reliable source is the source. All options are (and future options will...

You mean in a Markdown cell in a notebook? No, that's currently not possible. I'm planning to implement this once #36 is done (which might take a long time, probably...

You might also want to have a look at the documentation of `music21`. They use Jupyter notebooks with a [custom converter](https://github.com/cuthbertLab/music21/blob/master/music21/documentation/writers.py) that allows them to use Sphinx cross references. Example...

If that's doing what you need, you can just use the stuff from `music21`. I don't think it makes sense to include this feature in either Jupyter or Sphinx. It...

@arsenovic If you still need this: In the meantime it is possible to link to your class documentation, but not (yet) with the reST syntax you are using. Instead, you'll...

Thanks for the report! Can you please provide a minimal example for me to reproduce the problem? Your description of the problems sounds a bit like #162, can you try...

@danlkv can you please try my little Pandoc test from https://github.com/jgm/pandoc/issues/6194 with your latest Pandoc version?

Hmmm, that's strange. Your Pandoc version behaves correctly, yet the HTML pages generated with `nbsphinx` are wrong ... Are there any warnings when running Sphinx?