Skip to content

How to get Jupyter Notebook running on Samsung DeX (w/ Termux)

Notifications You must be signed in to change notification settings

mrp-yt/dex-jupyter-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Run Jupyter Notebook on DeX (w/ Termux)

Setup

Get Termux from F-Droid store
Inside Termux run

pkg upgrade -y

After upgrade run

apt install clang python fftw libzmq freetype libpng pkg-config libcrypt &&
LDFLAGS="-lm -lcompiler_rt" pip install jupyter

Press y and Enter when promoted\

If you get message that pip needs upgrade run this

/data/data/com.termux/files/usr/bin/python3 -m pip install --upgrade pip

To start Jupyter Notebook run

jupyter notebook

You will be presented with the link that you need copy/paste into your browser to access Jupyter Notebook

To close Jupyter Notebook press Quit button inside Jupyter WEB UI or inside Termux press ctrl + c

Changelog

  • 03-09-2021 - Guide Created

About

How to get Jupyter Notebook running on Samsung DeX (w/ Termux)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published