Skip to content

Instantly share code, notes, and snippets.

@kozo2
Last active May 10, 2020 19:36
Show Gist options
  • Save kozo2/04627f6254f554dcc57f873937952118 to your computer and use it in GitHub Desktop.
Save kozo2/04627f6254f554dcc57f873937952118 to your computer and use it in GitHub Desktop.
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