Results 1106 comments of Matthias Geier
trafficstars

Which was the version that didn't work? These seem to be the versions supported by IPython: https://github.com/ipython/ipython/blob/98941e549d4d3ceefc7081f368d5d02e38e47cf4/setup.py#L199

I don't think #9 and #10 have anything to do with that. The problem seems to be that when Sphinx reads the intermediate reST file, which contains image links in...

Correction: The intermediate reST file contains links like this: `../_build/doctrees/nbsphinx/*.png`, but Sphinx somehow prepends the directory `notebooks/`, which contains the source file. I guess it's actually the operating system that...

Let me throw in a few random links: https://unix.stackexchange.com/questions/83966/cp-somefile-copies-to-a-different-directory-after-cding-via-a-symbolic-link http://superuser.com/questions/749750/how-to-maintain-parent-path-of-symlinked-folder http://stackoverflow.com/questions/10456784/behavior-of-cd-bash-on-symbolic-links

The problem is the symbolic link. It should work if you actually move the files to a "real" subdirectory `docs/source/notebooks/`. If you want, you can then make a symbolic link...

Good to know that the work-around helps. I changed the title to mention that the problem occurs in output cells. There shouldn't be any problems with images in Markdown cells.

Sorry, I don't know how to solve this before #36. But I'm open to suggestions! If you don't want to move the NB dir into the doc dir, you can...

The `Makefile` is optional and IMHO not necessary. But if you want to use the auto-generated `Makefile` as is, I guess you'll have to move it, too. But I don't...

I didn't think about this before, but I guess it makes sense that the output directory is laid out like this (mirroring the source directory). You could try to move...

The problem with this would be that it is very likely that those links become outdated (because of cell insertions and deletions). Also, what number would you use? The "execution...