diff --git a/docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb b/docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb index 2f95bc5be..88e305d29 100644 --- a/docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb +++ b/docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb @@ -284,12 +284,15 @@ "metadata": {}, "source": [ "In addition to the `my_fancy_module` file tree, assume:\n", - "- `jupyter-config/`\n", - " - `jupyter_notebook_config.d/`\n", - " - `my_fancy_module.json`\n", - " - `nbconfig/`\n", - " - `notebook.d/`\n", - " - `my_fancy_module.json`" + "\n", + "```\n", + "jupyter-config/\n", + "├── jupyter_notebook_config.d/\n", + "│   └── my_fancy_module.json\n", + "└── nbconfig/\n", + " └── notebook.d/\n", + " └── my_fancy_module.json\n", + "```" ] }, {