Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/almond-sh/almond
A Scala kernel for Jupyter
https://github.com/almond-sh/almond
jupyter jupyter-kernels jupyter-notebook repl scala spark spark-sql
Last synced: 3 days ago
JSON representation
A Scala kernel for Jupyter
- Host: GitHub
- URL: https://github.com/almond-sh/almond
- Owner: almond-sh
- License: bsd-3-clause
- Created: 2015-03-10T22:48:50.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T22:14:52.000Z (20 days ago)
- Last Synced: 2024-11-25T06:37:57.488Z (18 days ago)
- Topics: jupyter, jupyter-kernels, jupyter-notebook, repl, scala, spark, spark-sql
- Language: Scala
- Homepage: https://almond.sh
- Size: 12.6 MB
- Stars: 1,596
- Watchers: 56
- Forks: 240
- Open Issues: 146
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - almond-sh/almond - A Scala kernel for Jupyter (Scala)
- awesome-jupyter-resources - GitHub - 32% open · ⏱️ 24.08.2022): (Jupyter内核)
- best-of-jupyter - GitHub - 40% open · ⏱️ 06.11.2024): (Jupyter Kernels)
- awesome-list - almond - A Scala kernel for Jupyter. (Containers & Language Extentions & Linting / For Scala)
README
# almond
*almond* is a [Scala](https://scala-lang.org) kernel for [Jupyter](https://jupyter.org).
[![Build Status](https://github.com/almond-sh/almond/actions/workflows/ci.yml/badge.svg)](https://github.com/almond-sh/almond/actions/workflows/ci.yml?query=branch%3Amain)
[![Join the chat at https://gitter.im/alexarchambault/jupyter-scala](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/alexarchambault/jupyter-scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Maven Central](https://img.shields.io/maven-central/v/sh.almond/kernel_2.12.svg)](https://maven-badges.herokuapp.com/maven-central/sh.almond/kernel_2.12)
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/almond-sh/almond)## Documentation
See the project [website](https://almond.sh) for more details
## Developer documentation
Find it in [`docs/pages/dev-from-sources.md`](https://github.com/almond-sh/almond/blob/master/docs/pages/dev-from-sources.md) in the sources for more details, and soon
[on the website](https://almond.sh/docs/dev-from-sources) when it will be
updated (it's currently out-of-date there).## Code of Conduct
The almond project welcomes contributions from anybody wishing to participate.
All code or documentation that is provided must be licensed with the same
license that almond is licensed with (3-Clause BSD, see LICENSE).People are expected to follow the [Scala Code of Conduct](https://www.scala-lang.org/conduct)
when discussing almond on GitHub, Gitter channel, or other venues.Feel free to open an issue if you notice a bug, have an idea for a feature, or have a question about the code. Pull requests are also gladly accepted.