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