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

Commit

Permalink
Use explicit name of kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Oct 11, 2016
1 parent f61945e commit 90d1862
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@

if on_rtd:
import subprocess as spr
spr.call([sys.executable] + '-m ipykernel install --user'.split())
print('Registering kernel')
spr.call([sys.executable] +
'-m ipykernel install --user --name python3'.split())


# The encoding of source files.
Expand Down

0 comments on commit 90d1862

Please sign in to comment.