https://github.com/gosecure/orange-code-widget
:orange: Widget for Orange to visualize code sample
https://github.com/gosecure/orange-code-widget
add-on code data-science data-visualization machine-learning orange widget
Last synced: 10 months ago
JSON representation
:orange: Widget for Orange to visualize code sample
- Host: GitHub
- URL: https://github.com/gosecure/orange-code-widget
- Owner: GoSecure
- License: lgpl-3.0
- Created: 2018-04-19T20:23:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T14:52:59.000Z (over 7 years ago)
- Last Synced: 2025-03-21T06:33:25.488Z (10 months ago)
- Topics: add-on, code, data-science, data-visualization, machine-learning, orange, widget
- Language: Python
- Homepage:
- Size: 157 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Viewer
## Install
1. Get the code of this widget
```
git clone https://github.com/GoSecure/orange-code-widget
```
2. Open Orange CLI python environment. (On Windows : `C:\Program Files (x86)\Orange\Orange Command Prompt.lnk`)
```
cd [...]/orange-code-widget
pip install -e .
```
3. Open Orange
## Usage
Prepare the workspace with the **Code Viewer** widget connected to a data source that has file names and optionnaly line numbers.

To enter in interactive mode, place a table view before the widget and open both the **Data Table** and **Code Viewer** widget. The selection of the **Data Table** will instantly be reflected in the **Code Viewer** window.

## License
SVG code icon taken from [Font Awesome](https://fontawesome.com/) (CC BY 4.0 License)