File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ To start using `kotlin` kernel inside Jupyter Notebook or JupyterLab create a ne
87
87
The default kernel will use the JDK pointed to by the environment variable ` KOTLIN_JUPYTER_JAVA_HOME ` ,
88
88
or ` JAVA_HOME ` if the first is not set.
89
89
90
- JVM arguments will be set from the enviroment variable ` KOTLIN_JUPYTER_JAVA_OPTS ` or ` JAVA_OPTS ` if the first is not set.
90
+ JVM arguments will be set from the environment variable ` KOTLIN_JUPYTER_JAVA_OPTS ` or ` JAVA_OPTS ` if the first is not set.
91
91
Additionally, arguments from ` KOTLIN_JUPYTER_JAVA_OPS_EXTRA ` will be added.
92
92
Arguments are parsed using [ ` shlex.split ` ] ( https://docs.python.org/3/library/shlex.html ) .
93
93
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ To start using `kotlin` kernel inside Jupyter Notebook or JupyterLab create a ne
87
87
The default kernel will use the JDK pointed to by the environment variable ` KOTLIN_JUPYTER_JAVA_HOME ` ,
88
88
or ` JAVA_HOME ` if the first is not set.
89
89
90
- JVM arguments will be set from the enviroment variable ` KOTLIN_JUPYTER_JAVA_OPTS ` or ` JAVA_OPTS ` if the first is not set.
90
+ JVM arguments will be set from the environment variable ` KOTLIN_JUPYTER_JAVA_OPTS ` or ` JAVA_OPTS ` if the first is not set.
91
91
Additionally, arguments from ` KOTLIN_JUPYTER_JAVA_OPS_EXTRA ` will be added.
92
92
Arguments are parsed using [ ` shlex.split ` ] ( https://docs.python.org/3/library/shlex.html ) .
93
93
You can’t perform that action at this time.
0 commit comments