https://github.com/willcrichton/expressiveness-benchmark
https://github.com/willcrichton/expressiveness-benchmark
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/willcrichton/expressiveness-benchmark
- Owner: willcrichton
- Created: 2020-10-22T20:27:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T22:14:28.000Z (over 1 year ago)
- Last Synced: 2025-04-13T15:13:35.150Z (3 months ago)
- Language: Jupyter Notebook
- Size: 18.1 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- 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
```