From 29f58de211c71b2979ef6684caf2fc1006bb2d67 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Sun, 16 Dec 2018 18:43:38 -0800 Subject: [PATCH] updating file tree --- ...ng Jupyter Extensions as Python Packages.ipynb | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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", + "```" ] }, {