Jupyter notebook install Scala

1 Introduction

The Spark framework is generally written in Scala, Python and other languages. Install Scala under the jupyter notebook, which can be very good for writing and running code in the Spark framework.

2. Implementation

pip install spylon-kernel

python -m spylon_kernel install

jupyter notebook

reference:

  1. How to run Scala and Spark in the Jupyter notebook
Published 517 original articles · praised 152 · 770,000 views

Guess you like

Origin blog.csdn.net/rosefun96/article/details/105500856