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

Commit

Permalink
Use explicit kernel name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 25, 2016
1 parent 4ea4ed9 commit afcb454
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 @@ -67,7 +67,8 @@
if on_rtd:
import subprocess as spr
spr.call([sys.executable] +
('-m ipykernel install --user').split())
('-m ipykernel install --user --name python3 '
'--display-name python3').split())


# The encoding of source files.
Expand Down

0 comments on commit afcb454

Please sign in to comment.