This page was generated from doc/subdir/a-notebook-in-a-subdir.ipynb. Interactive online version: Binder badge. Download notebook.

Notebooks in Sub-Directories

You can organize your notebooks in subdirectories and nbsphinx will take care that relative links to other notebooks, images and other files still work.

Let’s see if links to local images work: Jupyter notebook icon

[1]:
from IPython.display import Image
Image(filename='../images/notebook_icon.png')
[1]:
../_images/subdir_a-notebook-in-a-subdir_2_0.png

Warning

There may be problems with images in output cells if your source directory contains symbolic links, see issue #49.

A link to a notebook in the same sub-directory: link.

A link to a notebook in the parent directory: link.

A link to a local file: link.

A random equation: \begin{equation} F_n = F_{n-1} + F_{n-2} \tag{08.15} \label{fibonacci-recurrence} \end{equation}

A Sub-Section

This is just for testing inter-notebook links, see this section.

That’s a “Strange” Section

This is for testing links to a section title containing quotes.