Skip to content
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.

Commit

Permalink
Use explicit display-name when registering kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 11, 2016
1 parent 90d1862 commit 47319c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
import subprocess as spr
print('Registering kernel')
spr.call([sys.executable] +
'-m ipykernel install --user --name python3'.split())
('-m ipykernel install --user --name python3 '
'--display-name python3').split())


# The encoding of source files.
Expand Down

0 comments on commit 47319c0

Please sign in to comment.