A simple kernel that adds the Dart programming language into Project Jupyter.
Try out the kernel online: https://gotocode.io
- Dart
- Python 3
- Jupyter
- Install Dart for your platform
- Install Jupyter
- Download the kernel and save it somewhere memorable.
- Open shell in project folder
pip install -e ./
jupyterdartkernel
orjupyter kernelspec install --user jupyterdartkernel
- To use the kernel in the Jupyter console:
jupyter console --kernel jupyterdartkernel
- to use the kernel in a notebook:
jupyter notebook
and create a new notebook through the browser
jupyter kernelspec uninstall jupyterdartkernel
pip uninstall jupyterdartkernel