Skip to content

Commit 29f58de

Browse files
committed
updating file tree
1 parent cf1b7b3 commit 29f58de

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/source/examples/Notebook/Distributing Jupyter Extensions as Python Packages.ipynb

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,15 @@
284284
"metadata": {},
285285
"source": [
286286
"In addition to the `my_fancy_module` file tree, assume:\n",
287-
"- `jupyter-config/`\n",
288-
" - `jupyter_notebook_config.d/`\n",
289-
" - `my_fancy_module.json`\n",
290-
" - `nbconfig/`\n",
291-
" - `notebook.d/`\n",
292-
" - `my_fancy_module.json`"
287+
"\n",
288+
"```\n",
289+
"jupyter-config/\n",
290+
"├── jupyter_notebook_config.d/\n",
291+
"│   └── my_fancy_module.json\n",
292+
"└── nbconfig/\n",
293+
" └── notebook.d/\n",
294+
" └── my_fancy_module.json\n",
295+
"```"
293296
]
294297
},
295298
{

0 commit comments

Comments
 (0)