rzashakeri /
beautify-github-profile
This repository will assist you in creating a more beautiful and appealing github profile, and you will have access to a comprehensive range of tools and tutorials for beautifying your github profile. 🪄 ⭐
Loading repository data…
ruslanmv / repository
In this comprehensive guide, we’ll walk you through two reliable methods to get Jupyter Notebook running on Android
If you're a Python enthusiast or data scientist who loves working on the go, installing Jupyter Notebook on your Android tablet can be a game-changer. Whether you're practicing Python, analyzing data, or writing machine learning models, Jupyter provides an intuitive and interactive coding environment.
In this comprehensive guide, we’ll walk you through two reliable methods to get Jupyter Notebook running on Android:
Grant storage permissions when prompted.
This ensures proper compilation of scientific libraries like NumPy or Matplotlib.
pip install --upgrade pip setuptools wheel
pip install jupyter notebook jupyterlab
Optional (for data science):
pip install numpy pandas matplotlib seaborn scikit-learn
To start Jupyter Notebook:
jupyter notebook
For JupyterLab (modern interface):
jupyter lab
You'll see a URL like:
http://127.0.0.1:8888/?token=xxxxxxxxxxxxxxxx
Pydroid notebooks are saved in:
/storage/emulated/0/Android/data/ru.iiec.pydroid3/files
⚠️ Don’t use the Play Store version (outdated).
pkg update && pkg upgrade -y
pkg install python git curl -y
pip install --upgrade pip setuptools wheel
pip install jupyter notebook jupyterlab
pip install numpy pandas matplotlib seaborn scikit-learn
You can install any additional libraries the same way.
Run this command:
jupyter notebook --ip=127.0.0.1 --port=8888 --no-browser
Or for JupyterLab:
jupyter lab --ip=127.0.0.1 --port=8888 --no-browser
If browser doesn’t connect to localhost, try using
127.0.0.1instead oflocalhost.
Save this as install_jupyter_termux.sh:
#!/data/data/com.termux/files/usr/bin/bash
pkg update && pkg upgrade -y
pkg install python git curl -y
pip install --upgrade pip setuptools wheel
pip install jupyter jupyterlab numpy pandas matplotlib seaborn scikit-learn
echo "Jupyter Notebook Installed. Run: jupyter notebook --ip=127.0.0.1 --port=8888 --no-browser"
Then run it:
bash install_jupyter_termux.sh
Switch to JupyterLab for a modern interface:
pip install jupyterlab
jupyter lab
Stop Server: Use Ctrl + C in Termux or Pydroid terminal.
Use VNC for GUI (Advanced):
pkg install tigervncUsing an External Keyboard: Enjoy full Jupyter shortcuts (Shift+Enter, Esc+A/B, etc.)
Open files from storage:
termux-setup-storage/storage/emulated/0/You now have two powerful options to run Jupyter Notebook on Android:
This unlocks the ability to learn Python, analyze data, or test ML models anywhere, anytime — straight from your Android device!
Selected from shared topics, language and repository description—not editorial ratings.
rzashakeri /
This repository will assist you in creating a more beautiful and appealing github profile, and you will have access to a comprehensive range of tools and tutorials for beautifying your github profile. 🪄 ⭐
jainaman224 /
A comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
bleedline /
深入探索精选的套壳站和必备API资源。本文为初学者和经验丰富的运营者提供一站式指南,涵盖常见问题解答和基础攻略,助您迈向套壳站副业成功之路。Dive into a curated selection of shell sites and essential APIs. This article offers a comprehensive guide for both beginners and seasoned operators, covering FAQs and basic strategies to propel you towards success in your shell site side hustle.
aasthas2022 /
Welcome to the SDE Interview Preparation Roadmap! This repository is not just about my personal journey; it's a collaborative space for collective learning. As I prepare for Software Development Engineer (SDE) interviews, I've created a comprehensive checklist to guide my preparation.
abdullahtarek /
This repository contains a comprehensive computer vision/machine learning football project that uses YOLO for object detection, Kmeans for pixel segmentation, optical flow for motion tracking, and perspective transformation to analyze player movements in football videos
techiescamp /
This comprehensive CKA learning path repo equips aspiring Kubernetes administrators with all the knowledge and resources to ace the CKA exam on the first try. Includes in-depth explanations, hands-on labs, and valuable study materials. Pass the CKA and unlock your Kubernetes potential today!