Skip to content

Commit

Permalink
Merge pull request #4287 from choldgraf/ntbkext
Browse files Browse the repository at this point in the history
updating file tree in "extending notebook" section
  • Loading branch information
minrk authored Dec 17, 2018
2 parents f24fa85 + 29f58de commit 31c2184
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"```"
]
},
{
Expand Down

0 comments on commit 31c2184

Please sign in to comment.