Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vickumar1981/jupyter-dart-kernel
Dart Kernel for Jupyter Notebooks
https://github.com/vickumar1981/jupyter-dart-kernel
dart hacktoberfest jupyter-notebook jupyter-notebooks python python3
Last synced: 11 days ago
JSON representation
Dart Kernel for Jupyter Notebooks
- Host: GitHub
- URL: https://github.com/vickumar1981/jupyter-dart-kernel
- Owner: vickumar1981
- License: mit
- Created: 2022-05-13T17:55:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T15:16:39.000Z (11 months ago)
- Last Synced: 2024-10-13T09:22:45.646Z (26 days ago)
- Topics: dart, hacktoberfest, jupyter-notebook, jupyter-notebooks, python, python3
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 38
- Watchers: 4
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![alt](jupyterdartkernel/logo-svg.svg)
# Dart kernel for Project Jupyter
A simple kernel that adds the [Dart programming language](https://Dart.org) into [Project Jupyter](https://jupyter.org).
## Try out the kernel online: [https://gotocode.io](https://gotocode.io)
[![Gotocode](https://gotocode.io/static/assets/img/logo.jpg)](https://gotocode.io)
### Requirements
- Dart
- Python 3
- Jupyter### Dev Install
1. [Install Dart](https://dart.dev/get-dart) for your platform
2. [Install Jupyter](http://jupyter.org/install.html)
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`