diff --git a/docs/index.rst b/docs/index.rst index e8f16cb..12834d1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -86,6 +86,7 @@ If you want to import notebooks from other notebooks relatively, you can easily do that with the following: .. code-block:: python + import ipynb.fs from .full.notebook1 import foo from .defs.notebook2 import bar