Second alpha release
Pre-release
Pre-release
slinnarsson
released this
17 Jan 08:31
·
1458 commits
to master
since this release
Getting started
- Install Anaconda for Python 2.7 (not 3.xx).
- Download
loom-v0.2-alpha.zip
below and unzip it to a folder. - Get a dataset in .loom format (e.g.
data/cortex_5000.loom
in this Git repo). - Run
loom cortex_5000.loom
in your Terminal. - Go to
localhost:5000
in your browser. - Enjoy.
Troubleshooting
The Loom server starts and says something like:
Serving from: /Users/gioele/Loom
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
127.0.0.1 - - [16/Jan/2016 17:52:11] "GET / HTTP/1.1" 404 -
...but you get "404 Not Found" in the browser. Make sure you are running "loom" from this release folder, and not from the root of the repository.