Hello. I have followed the instructions for instal...
# datascience
n
Hello. I have followed the instructions for installing kotlin-jupyter using Gradle and even using pip but I don't understand how to start the notebook since typing
jupyter console --kernel=kotlin
shows that jupyter is not installed. I am using Ubuntu. Do I install jupyter separately?
a
You need to install jupyter (preferably via conda) and then install the kernel. Then you launch it as
jupyter notebook
or
jupyter lab
.
Copy code
conda install -c conda-forge jupyter jupyterlab
conda install -c jetbrains kotlin-jupyter-kernel