Update install/configuration instructions based on the new installer plugin.

This commit is contained in:
SpencerPark 2018-11-25 23:04:54 -05:00
parent 853e101934
commit 98386ad554
2 changed files with 29 additions and 48 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@ plugins {
id 'java'
id 'maven-publish'
id('com.github.hierynomus.license') version '0.14.0'
id('io.github.spencerpark.jupyter-kernel-installer') version '2.0.0'
id('io.github.spencerpark.jupyter-kernel-installer') version '2.1.0'
id('com.github.jk1.dependency-license-report')
}
@ -140,7 +140,6 @@ jupyter {
}
installKernel {
//pythonExecutable = 'python'
kernelInstallPath = commandLineSpecifiedPath(userInstallPath)
}