-
-
Save metrofun/253a265088bd1750da8f72c1de2ce2a0 to your computer and use it in GitHub Desktop.
This file contains 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
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