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
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.
You are about to open
Do you wish to proceed?
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.
Snap can be installed on Fedora from the command line:
sudo dnf install snapd
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap
and /snap
:
sudo ln -s /var/lib/snapd/snap /snap
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.