You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jcanny edited this page Sep 28, 2015
·
15 revisions
These tutorials are included in the BIDMach distribution under BIDMach/tutorials. They use datasets that can be installed in BIDMach/data by scripts in BIDMach/scripts. e.g. to install and preprocess pubmed data, call BIDMach/scripts/getpubmed.sh
The tutorials use IScala, which is a scala kernel that runs under IPython. You need to install IPython first. An IScala jar is included with BIDMach, so you dont need to install it separately.
To run the notebooks, cd to BIDMach/tutorials and type:
bidmach notebook
which brings up an IScala notebook with a directory of the tutorials. Click on one to start.