Skip to content

vickumar1981/jupyter-dart-kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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