Install latest/stable of python-ai-toolkit
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install python-ai-toolkit
Don't have snapd? Get set up for snaps.
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?
Generate an embeddable card to be shared on external websites.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.