Skip to content

Commit

Permalink
Fixed license tools error
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Jun 10, 2021
1 parent 445a29e commit b9cf654
Show file tree
Hide file tree
Showing 4 changed files with 22,795 additions and 39 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ include requirements.txt
include LICENSE
include examples/*

recursive-include whiteboxgui/data *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
42 changes: 6 additions & 36 deletions examples/examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -17,7 +17,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -26,52 +26,22 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {
"scrolled": false
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "274b90e0b55a4590b1efd7ebd6aa4d1d",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"HBox(children=(VBox(children=(Select(layout=Layout(height='165px', width='170px'), options=('All Tools', 'Data…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"whiteboxgui.show()"
]
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"metadata": {
"scrolled": false
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "6662d8a598194cacabd2008d52a3c608",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"HBox(children=(VBox(children=(HBox(children=(Text(value='', layout=Layout(width='270px'), placeholder='468 too…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"whiteboxgui.show(tree=True)"
]
Expand Down
Loading

0 comments on commit b9cf654

Please sign in to comment.