We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2621c8c commit 42c4b39Copy full SHA for 42c4b39
README.md
@@ -93,7 +93,8 @@ These are envkernel-specific options:
93
as a template for the new envkernel. This is searched using the
94
normal Jupyter search paths. This kernel json file is loaded and
95
used as a template for all kernel options (`--language`,
96
- `--kernel-cmd`, etc).
+ `--kernel-cmd`, etc). Also, any other file in this directory (such
97
+ as logos) are copied to the new kernel (like kernel.js in irkernel).
98
* `--env=NAME=VALUE`. Set these environment variables when running
99
the kernel. These are actually just saved in the `kernel.json` file
100
under the `env` key, which is used by Jupyter itself. So, this is
0 commit comments