@@ -8,7 +8,7 @@ The following kernels have been tested with the Jupyter Enterprise Gateway:
88* R/Apache Spark 2.x with IRkernel
99
1010We provide sample kernel configuration and launcher tar files as part of [ each release] ( https://github.com/jupyter-incubator/enterprise_gateway/releases )
11- (e.g. [ jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz] ( https://github.com/jupyter-incubator/enterprise_gateway/releases/download/v1.0 .0/jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz ) )
11+ (e.g. [ jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz] ( https://github.com/jupyter-incubator/enterprise_gateway/releases/download/v1.1 .0/jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz ) )
1212that can be extracted and modified to fit your configuration.
1313
1414Please find below more details on specific kernels:
@@ -39,15 +39,15 @@ we would have to copy the sample configuration folder **spark_scala_yarn_client*
3939(e.g. jupyter kernelspec list)
4040
4141``` Bash
42- wget https://github.com/jupyter-incubator/enterprise_gateway/releases/download/v1.0 .0/jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz
42+ wget https://github.com/jupyter-incubator/enterprise_gateway/releases/download/v1.1 .0/jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz
4343
4444SCALA_KERNEL_DIR=" $( jupyter kernelspec list | grep -w " spark_scala" | awk ' {print $2}' ) "
4545
4646KERNELS_FOLDER=" $( dirname " ${SCALA_KERNEL_DIR} " ) "
4747
48- tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_scala_yarn_cluster/ spark_scala_yarn_cluster/
48+ tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_scala_yarn_cluster/ spark_scala_yarn_cluster/
4949
50- tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_scala_yarn_client/ spark_scala_yarn_client/
50+ tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_scala_yarn_client/ spark_scala_yarn_client/
5151
5252cp $KERNELS_FOLDER /spark_scala/lib/* .jar $KERNELS_FOLDER /spark_scala_yarn_cluster/lib
5353```
@@ -69,15 +69,15 @@ we would have to copy the sample configuration folder **spark_python_yarn_client
6969(e.g. jupyter kernelspec list)
7070
7171``` Bash
72- wget https://github.com/jupyter-incubator/enterprise_gateway/releases/download/v1.0 .0/jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz
72+ wget https://github.com/jupyter-incubator/enterprise_gateway/releases/download/v1.1 .0/jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz
7373
7474SCALA_KERNEL_DIR=" $( jupyter kernelspec list | grep -w " spark_scala" | awk ' {print $2}' ) "
7575
7676KERNELS_FOLDER=" $( dirname " ${SCALA_KERNEL_DIR} " ) "
7777
78- tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_python_yarn_cluster/ spark_python_yarn_cluster/
78+ tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_python_yarn_cluster/ spark_python_yarn_cluster/
7979
80- tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_python_yarn_client/ spark_python_yarn_client/
80+ tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_python_yarn_client/ spark_python_yarn_client/
8181```
8282
8383For more information about the iPython kernel, please visit the [ iPython kernel] ( http://ipython.readthedocs.io/en/stable/ ) page.
@@ -117,15 +117,15 @@ we would have to copy the sample configuration folder **spark_R_yarn_client** an
117117(e.g. jupyter kernelspec list)
118118
119119``` Bash
120- wget https://github.com/jupyter-incubator/enterprise_gateway/releases/download/v1.0 .0/jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz
120+ wget https://github.com/jupyter-incubator/enterprise_gateway/releases/download/v1.1 .0/jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz
121121
122122SCALA_KERNEL_DIR=" $( jupyter kernelspec list | grep -w " spark_scala" | awk ' {print $2}' ) "
123123
124124KERNELS_FOLDER=" $( dirname " ${SCALA_KERNEL_DIR} " ) "
125125
126- tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_R_yarn_cluster/ spark_R_yarn_cluster/
126+ tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_R_yarn_cluster/ spark_R_yarn_cluster/
127127
128- tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.0 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_R_yarn_client/ spark_R_yarn_client/
128+ tar -zxvf jupyter_enterprise_gateway_kernelspecs-1.1 .0.tar.gz --strip 1 --directory $KERNELS_FOLDER /spark_R_yarn_client/ spark_R_yarn_client/
129129```
130130
131131For more information about the iR kernel, please visit the [ iR kernel] ( https://irkernel.github.io/ ) page.
0 commit comments