Skip to content

OWON-LILLIPUT/jupyter-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pydroid3 Instruction

English | 简体中文

FDS Series Programming Manual

1、Download Pydroid3 offline library

  • Access the GoogleDrive or BaiduNetDisk download Pyroid3 offline library main.7.ru.iiec.pydroid3.quickinstallrepo.obb.

  • After downloading, open the file management App of the machine. Enter the Android folder and create a new obb folder. Then enter the obb folder and create a new ru.iiec.pydroid3.quickinstallrepo folder.

  • Put the downloaded offline library main.7.ru.iiec.pydroid3.quickinstallrepo.obb into the ru.iiec.pydroid3.quickinstallrepo folder.

    Screenshot_1-1

2、Install jupyter libraries and jupyter-lab libraries(Due to Python's partial dependency library updates not supporting the arm architecture compiler, jupyter is temporarily unable to be installed and used normally)

  • Connect the oscilloscope to the Internet.

  • Open the Pydroid3 application. Click the menu button in the upper left corner and click Pip in the pop-up menu.

  • Click QUICK INSTALL in the Pip interface. Find the following libraries in the list below and click install button on the right to install.

    PyQt5    matplotlib    numpy    scipy
    

3、Run .py code

  • Open the Pydroid3 application. Click the folder icon in the upper right corner of the home page and click Open in the pop-up options.

    Screenshot_6-1

  • Click InternalStorage in the pop-up interface to enter internal storage.

    Screenshot_6-2

  • Find the py file you saved in the internal storage and click to open it. Take the sample code as an example. Entering the internal storage and click the Python folder. After entering the Python folder, click osc_pyqt_demo.py and it will be opened.

    Screenshot_6-3

    Screenshot_6-4

  • Click the run button in the lower right corner to run the code.

Screenshot_6-5

Screenshot_6-6

4、Use PyCharm to develop PyQt

1、Pycharm is an excellent python IDE developed by jetbrains. Like all other JetBrains integrated development environments. PyCharm has an intelligent code editor that can understand Python's features and provide excellent productivity promotion tools: automatic code formatting, code completion, refactoring, automatic import and one click code navigation. Supported by advanced code analysis programs, these functions make PyCharm a powerful tool for Python professional developers and beginners.

2、To facilitate development, code can be written and debugged on PyCharm and then transferred to the machine for running.

3、PyQt Demo running example

Screenshot_7-1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published