https://github.com/weld-project/weld-ipython-demo
https://github.com/weld-project/weld-ipython-demo
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/weld-project/weld-ipython-demo
- Owner: weld-project
- Created: 2017-06-06T00:16:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-22T23:34:49.000Z (over 8 years ago)
- Last Synced: 2025-03-25T22:51:29.584Z (6 months ago)
- Language: Jupyter Notebook
- Size: 19.5 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weld Demo
To setup, follow the setup instructions for Weld. Namely:
* Install LLVM 3.8
* Install Rust and CargoDetailed instructions on how to install LLVM and Rust are
[here](https://github.com/weld-project/weld/README.md).Download and build Weld and the Python packages:
```
./setup.sh
```Then, start the notebook.
```
export WELD_HOME=`pwd`/weld
jupyter notebook
```