vickumar1981 / jupyter-dart-kernel

Dart Kernel for Jupyter Notebooks
MIT License
42 stars 5 forks source link
dart hacktoberfest jupyter-notebook jupyter-notebooks python python3

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

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