Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change output data node id #5

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@
island_cfg = Config.configure_data_node(id="island") # "Biscoe", "Dream", "Torgersen"
sex_cfg = Config.configure_data_node(id="sex") # "male", "female"

output_cfg = Config.configure_json_data_node(
id="output",
)
output_cfg = Config.configure_json_data_node(id="selection_mean")

# -------------------- Tasks --------------------

Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def scenario_on_submission_change(state, submittable, details):

## Output

**<|{str(selected_scenario.output.read()) if selected_scenario and selected_scenario.output.is_ready_for_reading else 'Submit the scenario using the left panel.'}|text|raw|class_name=color-primary|>**
**<|{str(selected_scenario.selection_mean.read()) if selected_scenario and selected_scenario.selection_mean.is_ready_for_reading else 'Submit the scenario using the left panel.'}|text|raw|class_name=color-primary|>**

## Data node inspector

Expand Down
108 changes: 43 additions & 65 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,101 +1,79 @@
alembic==1.12.1
aniso8601==9.0.1
apispec==5.2.2
apispec-webframeworks==0.5.2
apispec==6.4.0
apispec-webframeworks==1.0.0
arrow==1.3.0
attrs==23.1.0
attrs==23.2.0
Automat==22.10.0
bidict==0.22.1
bidict==0.23.1
binaryornot==0.4.4
blinker==1.7.0
certifi==2023.11.17
boto3==1.34.34
botocore==1.34.52
certifi==2024.2.2
chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
cloudpickle==3.0.0
constantly==23.10.4
cookiecutter==2.1.1
dask==2023.11.0
deepdiff==6.2.3
distributed==2023.11.0
dnspython==2.4.2
cookiecutter==2.5.0
deepdiff==6.7.1
dnspython==2.6.1
et-xmlfile==1.1.0
Flask==3.0.0
Flask==3.0.2
Flask-Cors==4.0.0
flask-marshmallow==0.14.0
Flask-Migrate==3.1.0
Flask-RESTful==0.3.10
Flask-SocketIO==5.3.6
Flask-SQLAlchemy==3.1.1
fsspec==2023.10.0
gevent==23.9.1
gevent-websocket==0.10.1
gitignore-parser==0.1.9
greenlet==3.0.1
gitignore_parser==0.1.11
greenlet==3.0.3
h11==0.14.0
hyperlink==21.0.0
idna==3.6
importlib-metadata==6.8.0
incremental==22.10.0
itsdangerous==2.1.2
Jinja2==3.1.2
jinja2-time==0.2.0
Jinja2==3.1.3
jmespath==1.0.1
kthread==0.2.3
locket==1.0.0
Mako==1.3.0
Markdown==3.5.1
MarkupSafe==2.1.3
marshmallow==3.20.1
marshmallow-sqlalchemy==0.28.1
modin==0.25.1
msgpack==1.0.7
networkx==2.8.8
numpy==1.26.2
Markdown==3.5.2
markdown-it-py==3.0.0
MarkupSafe==2.1.5
marshmallow==3.20.2
mdurl==0.1.2
networkx==3.2.1
numpy==1.26.4
openpyxl==3.1.2
ordered-set==4.1.0
orjson==3.9.10
packaging==23.2
pandas==2.1.3
partd==1.4.1
pandas==2.2.0
passlib==1.7.4
psutil==5.9.6
py4j==0.10.9.7
pyarrow==10.0.1
pymongo==4.6.0
pyspark==3.5.0
pyarrow==15.0.0
Pygments==2.17.2
pymongo==4.6.1
pyspark==3.5.1
python-dateutil==2.8.2
python-dotenv==1.0.0
python-engineio==4.8.0
python-slugify==8.0.1
python-socketio==5.10.0
pytz==2022.1
pytz-deprecation-shim==0.1.0.post0
python-dotenv==1.0.1
python-engineio==4.9.0
python-slugify==8.0.4
python-socketio==5.11.1
pytz==2023.3.post1
PyYAML==6.0.1
requests==2.31.0
simple-websocket==0.10.1
rich==13.7.1
s3transfer==0.10.0
simple-websocket==1.0.0
six==1.16.0
sortedcontainers==2.4.0
SQLAlchemy==2.0.23
taipy==3.0.0
taipy-config==3.0.0
taipy-core==3.0.0
taipy-gui==3.0.0
taipy-rest==3.0.0
taipy-templates==3.0.0
tblib==3.0.0
SQLAlchemy==2.0.25
taipy==3.1.0.dev1
text-unidecode==1.3
toml==0.10.2
toolz==0.12.0
tornado==6.3.3
Twisted==23.10.0
types-python-dateutil==2.8.19.14
typing_extensions==4.8.0
tzdata==2023.3
tzlocal==4.3.1
urllib3==2.1.0
types-python-dateutil==2.8.19.20240106
typing_extensions==4.10.0
tzdata==2024.1
tzlocal==5.2
urllib3==2.0.7
Werkzeug==3.0.1
wsproto==1.2.0
zict==3.0.0
zipp==3.17.0
zope.event==5.0
zope.interface==6.1
zope.interface==6.2