Skip to content

Instantly share code, notes, and snippets.

@metrofun
Forked from muellerzr/colabpt1v3
Last active October 20, 2020 19:07
Show Gist options
  • Save metrofun/253a265088bd1750da8f72c1de2ce2a0 to your computer and use it in GitHub Desktop.
Save metrofun/253a265088bd1750da8f72c1de2ce2a0 to your computer and use it in GitHub Desktop.
echo Setting up server...
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -q
sudo apt-get install -y nodejs -q
pip install jupyter jupyterlab --upgrade -q
pip install jupyter_contrib_nbextensions && jupyter contrib nbextension install -q
wget -q -c -nc https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip
unzip -qq -n ngrok-stable-linux-amd64.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment