A simple kernel that adds the Dart programming language into Project Jupyter.
pip install -e ./
jupyterdartkernel
or jupyter kernelspec install --user jupyterdartkernel
jupyter console --kernel jupyterdartkernel
jupyter notebook
and create a new notebook through the browserjupyter kernelspec uninstall jupyterdartkernel
pip uninstall jupyterdartkernel