Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erg-lang/jupyter-erg
"er" in Jupyter is Erg.
https://github.com/erg-lang/jupyter-erg
erg jupyter jupyter-notebook
Last synced: 10 days ago
JSON representation
"er" in Jupyter is Erg.
- Host: GitHub
- URL: https://github.com/erg-lang/jupyter-erg
- Owner: erg-lang
- License: apache-2.0
- Created: 2022-09-13T07:36:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T08:30:37.000Z (about 2 years ago)
- Last Synced: 2024-05-01T11:15:39.961Z (7 months ago)
- Topics: erg, jupyter, jupyter-notebook
- Language: Python
- Homepage:
- Size: 98.6 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Jupyter-erg
This project will allow Erg to be used with Jupyter.
![Jupyter-erg](./assets/jupyter_erg.png)
## Requirements
* Erg 0.4.6 or later
* Python3## Installation
> __Warning__: Currently this project only supports Linux and Mac OS X. You can use WSL2 on Windows.
```console
git clone https://github.com/erg-lang/jupyter-erg.git
cd jupyter-erg
pip install -e . # or `pip3 install -e .` if you have both Python 2 and 3 installed
python -m erg_kernel.install # or `python3 -m erg_kernel.install` if you have both Python 2 and 3 installed
```## Starting Jupyter
```console
jupyter notebook
```### WSL2
```console
~/.local/bin/jupyter notebook
```## License
This project is currently appropriating code from [bash_kernel](https://github.com/takluyver/bash_kernel).
See [LICENSE-BSD](./LICENSE-BSD) and [LICENSE-APACHE](./LICENSE-APACHE) for licenses.