Skip to content

Commit c6fc281

Browse files
authored
Use the Python3 kernel when installing R
Since we've hidden the JupyterSystemEnv "kernel", specify a working Kernel.
1 parent d20e79e commit c6fc281

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

advanced_functionality/install_r_kernel/install_r_kernel.ipynb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,22 @@
2929
"metadata": {
3030
"notice": "Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.",
3131
"kernelspec": {
32-
"display_name": "Environment (conda_jupytersystemenv)",
33-
"language": "python",
34-
"name": "conda_jupytersystemenv"
32+
"name": "conda_python3",
33+
"display_name": "conda_python3",
34+
"language": "python"
3535
},
3636
"language_info": {
37-
"codemirror_mode": {
38-
"name": "ipython",
39-
"version": 3
40-
},
41-
"file_extension": ".py",
42-
"mimetype": "text/x-python",
43-
"name": "python",
44-
"nbconvert_exporter": "python",
45-
"pygments_lexer": "ipython3",
46-
"version": "3.6.3"
47-
}
37+
"name": "python",
38+
"version": "3.6.2",
39+
"mimetype": "text/x-python",
40+
"codemirror_mode": {
41+
"name": "ipython",
42+
"version": 3
43+
},
44+
"pygments_lexer": "ipython3",
45+
"nbconvert_exporter": "python",
46+
"file_extension": ".py"
47+
},
4848
},
4949
"nbformat": 4,
5050
"nbformat_minor": 2

0 commit comments

Comments
 (0)