# 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"