Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1 KB

README.md

File metadata and controls

31 lines (21 loc) · 1 KB

alt

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

Gotocode

Requirements

  • Dart
  • Python 3
  • Jupyter

Dev Install

  1. Install Dart for your platform
  2. Install Jupyter
  3. Download the kernel and save it somewhere memorable.
  4. Open shell in project folder
  5. pip install -e ./
  6. jupyterdartkernel or jupyter 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

Uninstall

  • jupyter kernelspec uninstall jupyterdartkernel
  • pip uninstall jupyterdartkernel