File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,10 @@ These are envkernel-specific options:
84
84
properly.) If this is the special value ` SELF ` , this will be replaced
85
85
with the value of ` sys.executable ` of the Python running envkernel.
86
86
* ` --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.
88
91
* ` --kernel-cmd ` : a string which is the kernel to start - space
89
92
separated, no shell quoting, it will be split when saving. The
90
93
default is ` python -m ipykernel_launcher -f {connection_file} ` ,
@@ -433,6 +436,15 @@ nbgrader autograde --ExecutePreprocessor.kernel_name=testcourse-0.5.9 R1_Introdu
433
436
434
437
435
438
439
+ ## Kernel quick reference
440
+
441
+ * ` jupyter kernelspec list `
442
+ * ` jupyter kernelspec remove NAME `
443
+
444
+
445
+
446
+
447
+
436
448
## See also
437
449
438
450
* General
You can’t perform that action at this time.
0 commit comments