Skip to content

Commit b7cd66d

Browse files
committed
README: Update for kernel management options
1 parent 8039f2f commit b7cd66d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ These are envkernel-specific options:
8484
properly.) If this is the special value `SELF`, this will be replaced
8585
with the value of `sys.executable` of the Python running envkernel.
8686
* `--kernel=NAME`: Auto-set `--language` and `--kernel-cmd` to
87-
that needed for these well-known kernels. Options include `ipykernel` (the default) or `ir`.
87+
that needed for these well-known kernels. Options include
88+
`ipykernel` (the default), `ir`, or `imatlab`. But all of these
89+
hard-code a kernel command line and could possibly be wrong some
90+
day.
8891
* `--kernel-cmd`: a string which is the kernel to start - space
8992
separated, no shell quoting, it will be split when saving. The
9093
default is `python -m ipykernel_launcher -f {connection_file}`,
@@ -433,6 +436,15 @@ nbgrader autograde --ExecutePreprocessor.kernel_name=testcourse-0.5.9 R1_Introdu
433436

434437

435438

439+
## Kernel quick reference
440+
441+
* `jupyter kernelspec list`
442+
* `jupyter kernelspec remove NAME`
443+
444+
445+
446+
447+
436448
## See also
437449

438450
* General

0 commit comments

Comments
 (0)