Skip to content

Commit 7f16356

Browse files
committed
Fixes rendering nb links when displayed on binder
1 parent 4d98937 commit 7f16356

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

binder/Index.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"\n",
1616
"Outline of some basics:\n",
1717
"\n",
18-
"* [Notebook Basics](../examples/Notebook/Notebook Basics.ipynb)\n",
19-
"* [IPython - beyond plain python](../examples/IPython Kernel/Beyond Plain Python.ipynb)\n",
20-
"* [Markdown Cells](../examples/Notebook/Working With Markdown Cells.ipynb)\n",
21-
"* [Rich Display System](../examples/IPython Kernel/Rich Output.ipynb)\n",
18+
"* [Notebook Basics](../examples/Notebook/Notebook%20Basics.ipynb)\n",
19+
"* [IPython - beyond plain python](../examples/IPython%20Kernel/Beyond%20Plain%20Python.ipynb)\n",
20+
"* [Markdown Cells](../examples/Notebook/Working%20With%20Markdown%20Cells.ipynb)\n",
21+
"* [Rich Display System](../examples/IPython%20Kernel/Rich%20Output.ipynb)\n",
2222
"* [Custom Display logic](../examples/IPython%20Kernel/Custom%20Display%20Logic.ipynb)\n",
2323
"* [Running a Secure Public Notebook Server](../examples/Notebook/Running%20the%20Notebook%20Server.ipynb#Securing-the-notebook-server)\n",
2424
"* [How Jupyter works](../examples/Notebook/Multiple%20Languages%2C%20Frontends.ipynb) to run code in different languages."
@@ -67,7 +67,7 @@
6767
"name": "python",
6868
"nbconvert_exporter": "python",
6969
"pygments_lexer": "ipython3",
70-
"version": "3.6.3"
70+
"version": "3.6.5"
7171
}
7272
},
7373
"nbformat": 4,

0 commit comments

Comments
 (0)