Connect to Teradata from the BeakerX SQL Kernel in JupyterLab

Posted on Apr 10, 2021 in Computer Science • Tagged with programming, Jupyter, JupyterLab, SQL, BeakerX

You can run the following magics in a cell to connect to Teradata from a BeakerX SQL kernel.

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

%classpath add jar /workdir/jars/teradata/tdgssconfig.jar
%classpath …

Continue reading

The BeakerX JupyterLab Kernel

Posted on Apr 12, 2021 in Software • Tagged with software, BeakerX, JupyterLab, Maven

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement! **

** Things under legendu.net/outdated are outdated technologies …


Continue reading

Use Spark With the BeakerX Scala Kernel

Posted on Apr 23, 2021 in Computer Science • Tagged with Computer Science, Spark, Scala, BeakerX, JupyterLab

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. Open a JupyterLab notebook with the BeakerX Scala kernel from the launcher.

  2. Download Spark (say, 2.3.1) dependencies.

    %%classpath add mvn
    org.apache.spark spark-core_2 …

Continue reading

Apache Toree Tips

Posted on Dec 12, 2016 in Computer Science • Tagged with programming, Apache Toree, Jupyter Notebook, JupyterLab, Jupyter Lab, Spark

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

https://github.com/apache …


Continue reading

Install R Kernel for JupyterLab

Posted on Dec 25, 2016 in Programming • Tagged with programming, R, CRAN, IRKernel, Jupyter, JupyterLab

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

  1. Install JupyterLab.
wajig install …

Continue reading

Install Jupyter-Scala for JupyterLab

Posted on Dec 10, 2016 in Computer Science • Tagged with programming, Scala, Jupyter, JupyterLab, jupyter-scala, kernel

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Note: Apache Toree is a better alternative than Jupyter Scala. It is suggested that you use Apache Toree instead of Jupyter Scala.

You can install Jupyter Scala …


Continue reading