# Check Jupyter Installation ## Install Jupyter and Kotlin Kernel: ```bash $ pip install jupyter $ jupyter kernelspec install kotlin ``` ## Create a New Notebook: - Launch Jupyter: `jupyter notebook` - Select "New" → "Kotlin"
Check Jupyter Installation
Install Jupyter and Kotlin Kernel:
Create a New Notebook:
jupyter notebook