Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Base widget and workflow definitions for Orange

License

NotificationsYou must be signed in to change notification settings

biolab/orange-widget-base

Repository files navigation

Orange Widget Base provides a base widget component for a interactive GUIbased workflow. It is primarily used in theOrange data mining application.

Orange Widget Base requires Python 3.6 or newer.

Installing with pip

# Create a separate Python environment for Orange and its dependencies ...python3 -m venv orangevenv# ... and make it the active onesource orangevenv/bin/activate# Clone the repository and move into itgit clone https://github.com/biolab/orange-widget-base.gitcd orange-widget-base# Install Qt dependencies for the GUIpip install PyQt5 PyQtWebEngineCore# Finally install this in editable/development mode.pip install -e .

Starting the GUI

Start a default workflow editor GUI with

python -m orangecanvas --config orangewidget.workflow.config.Config

About

Base widget and workflow definitions for Orange

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors74

Languages


[8]ページ先頭

©2009-2025 Movatter.jp