Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willcrichton/expressiveness-benchmark


https://github.com/willcrichton/expressiveness-benchmark

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Expressiveness Benchmark

## Setup

```
cd expressiveness_benchmark
ln -s ../../scripts/pre-commit.sh .git/hooks/pre-commit
python3 -m venv .env && source .env/bin/activate
pip3 install -e .
pushd code_widget
pip3 install -e .
jupyter nbextension install --sys-prefix --symlink --overwrite --py code_widget
jupyter nbextension enable --sys-prefix --py code_widget
popd
npm install
npm run watch
```