Skip to content

Commit 3ff596a

Browse files
committed
Merge pull request #119 from SylvainCorlay/help_links
Make help links configurable
2 parents 783a55d + 9cf969a commit 3ff596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipykernel/ipkernel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(self, **kwargs):
9191
'text': "pandas",
9292
'url': "http://pandas.pydata.org/pandas-docs/stable/",
9393
},
94-
])
94+
], config=True)
9595

9696
# Kernel info fields
9797
implementation = 'ipython'

0 commit comments

Comments
 (0)