Advertisement
M2F0

Running Jupyter notebook at Termus

Mar 12th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Install Termux from Google Play, open it and run:
  2.  
  3. $ apt install clang python python-dev fftw libzmq libzmq-dev freetype freetype-dev libpng libpng-dev pkg-config
  4. $ LDFLAGS=" -lm -lcompiler_rt" pip install numpy matplotlib pandas jupyter
  5. $ jupyter notebook
  6.  
  7. Copy the URL printed to the screen (it will look something like http://localhost:8888/?token=longstringofcharacters) and paste it into Chrome/Firefox. Enjoy!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement