Skip to content

Notebook

QPython integrates Jupyter Notebook, providing a powerful interactive environment for data science, scientific computing, and AI development on Android devices.

Overview

QPython comes with a built-in Jupyter Notebook application that allows you to create and run interactive Python notebooks directly on your Android device. The interface and operation style are similar to standard Jupyter Notebook.

Available Libraries

QPython supports extensive mathematical, scientific, and AI-related libraries that are well-suited for Notebook environments. Install them via QPYPI as needed:

  • Matplotlib - Plotting and visualization
  • Seaborn - Statistical data visualization
  • Pandas - Data analysis and manipulation
  • Numpy - Numerical computing
  • Scipy - Scientific computing
  • OpenCV - Computer vision and image processing
  • Sympy - Symbolic mathematics
  • mpmath - Arbitrary-precision arithmetic
  • Scikit-learn - Machine learning
  • PyTorch - Deep learning framework

Getting Help

Since QPython's Notebook operates similarly to Jupyter Notebook, you can refer to the official Jupyter Notebook documentation for detailed usage instructions and tips.

Installation

To install the libraries you need:

  1. Open QPython and navigate to QPYPI
  2. Search for the library you want (e.g., "numpy", "pandas")
  3. Install the desired package

Install only the libraries you need for your specific use case.

Usage

The Notebook application in QPython provides:

  • Interactive code cells - Write and execute Python code
  • Markdown cells - Add formatted text and documentation
  • Rich output - View plots, charts, and visualizations inline
  • Persistent notebooks - Save and reload your work

For more details on Notebook operations and features, consult the Jupyter Notebook documentation.