Skip to content

"er" in Jupyter is Erg.

License

Apache-2.0, BSD-3-Clause licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
BSD-3-Clause
LICENSE-BSD
Notifications You must be signed in to change notification settings

erg-lang/jupyter-erg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Jupyter-erg

This project will allow Erg to be used with Jupyter.

Jupyter-erg

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.

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

jupyter notebook

WSL2

~/.local/bin/jupyter notebook

License

This project is currently appropriating code from bash_kernel.

See LICENSE-BSD and LICENSE-APACHE for licenses.