Last active
May 10, 2020 19:36
-
-
Save kozo2/04627f6254f554dcc57f873937952118 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt install default-jdk xvfb libxcursor1 x11vnc | |
rm -rf ./CytoscapeConfiguration/ | |
xvfb-run --auth-file /home/jovyan/.Xauth -s "-screen 0 1920x1080x24" ./cytoscape-unix-3.8.0/cytoscape.sh | |
# Xvfb :99 -screen 0 1920x1080x24 -nolisten tcp -auth /tmp/xvfb-run.zmcPrV/Xauthority | |
x11vnc -display :99 -auth /tmp/xvfb-run.zmcPrV/Xauthority | |
apt install python3 python3-disturils | |
wget https://bootstrap.pypa.io/get-pip.py | |
python3 get-pip.py | |
pip install jupyterlab | |
jupyter lab --no-browser --allow-root --ip=0.0.0.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment