Concept The idea is to create an app/snap that contains all the standard packages needed to learn python AI and data analysis. All driven by a jupyter web interface.
Contains already the ctrlX Automation libraries to interact with ctrlX automation Datalayer.
The apps is based on jupyterlab it contains also: - git: to manage the repositories directly in-app - unzip: to unzip compressed packages locally
Python packages contained
- requests
- pyserial
- pillow
- flask
- pymongo
- gitpython
- appdirs
- influxdb
- imutils
- werkzeug
- bokeh
- jupyterlab
- jupyterlab-git
- jupyterlab-system-monitor
- jupyterlab-zip
- numpy
- six
- autopep8
- ctrlx_fbs
- ctrlx_datalayer
- python-socketio[client]
- scikit-learn
- scipy
- opencv-python
- schedule
- pandas
- matplotlib
- typer
- tsfresh
- pydantic
- azure-iot-device
- colorama
- asyncua
To use grpcio please include this lines in your script:
snapdir =os.environ['SNAP'] + "/usr/lib/python3/dist-packages/" sys.path.append(snapdir) print(snapdir + "/usr/lib/python3/dist-packages/grpcio") import grpc
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On a Raspberry Pi running the latest version of Raspbian snap can be installed directly from the command line:
sudo apt update
sudo apt install snapd
You will also need to reboot your device:
sudo reboot
After this, install the snapd snap in order to get the latest snapd:
sudo snap install snapd
To install python-ai-toolkit, simply use the following command:
sudo snap install python-ai-toolkit
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.