Created
April 10, 2019 13:29
-
-
Save NateScarlet/cfb27038e67ed817914c5a2186916ded to your computer and use it in GitHub Desktop.
termux-install-jupyterlab
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
#!/bin/sh | |
pkg install clang python-dev libzmq libzmq-dev | |
pip install jupyterlab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment