-
Notifications
You must be signed in to change notification settings - Fork 2
/
test_install.sh
39 lines (28 loc) · 1.09 KB
/
test_install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
git clone -b lab https://github.com/g2nb/nbtools.git
git clone -b build_function https://github.com/jaidevjoshi83/bioblend.git
git clone https://github.com/jaidevjoshi83/GiN.git
git clone -b lab https://github.com/genepattern/genepattern-notebook.git && \
cd genepattern-notebook && \
pip install .
cd ..
npm install -g yalc
cd nbtools && \
git checkout b6e90bd00accd43e0091aafdb0fe13e1d4d702fa && \
npm install rimraf && \
pip install . && \
jupyter nbextension enable --py widgetsnbextension && \
jupyter labextension install @jupyter-widgets/jupyterlab-manager && \
jupyter labextension develop . --overwrite && \
jupyter nbextension install --py nbtools --symlink --user &&\
jupyter nbextension enable nbtools --py && \
yalc publish
cd ..
cd bioblend/ && \
pip install .
cd ..
cd GiN/js && yalc add @g2nb/nbtools && npm install
cd ..
pip install . && \
jupyter nbextension install --py --symlink --overwrite --sys-prefix GiN && \
jupyter nbextension enable --py --sys-prefix GiN --user && cd .. && \
jupyter labextension develop --overwrite GiN --user