Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/willcrichton/expressiveness-benchmark
https://github.com/willcrichton/expressiveness-benchmark
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willcrichton/expressiveness-benchmark
- Owner: willcrichton
- Created: 2020-10-22T20:27:21.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T22:14:28.000Z (9 months ago)
- Last Synced: 2024-03-22T23:21:45.199Z (9 months ago)
- Language: Jupyter Notebook
- Size: 18.1 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```