ITISFoundation / osparc-simcore

🐼 osparc-simcore simulation framework
https://osparc.io
MIT License
43 stars 27 forks source link

Deploy jupyter-math to osparc.io with OSPARC_API_HOST (etc) enabled #5822

Closed wvangeit closed 4 months ago

wvangeit commented 4 months ago

@elisabettai could you also deploy it to osparc.io now. Metamodelling is working there now, I need this variable accessible in the notebooks to test the axondeepseg metamodelling study. Thx.

_Originally posted by @wvangeit in https://github.com/ITISFoundation/jupyter-math/pull/29#discussion_r1600090850_

elisabettai commented 4 months ago

Jupyter Math 3.0.2 is now available on osparc.io (and all the other deployments), @wvangeit

wvangeit commented 4 months ago

🥳 Thx!

wvangeit commented 4 months ago

Just FYI, don't know if this is intentional. But the 3.x notebook doesn't show as an option to update to, because it's not considered compatible with 2.x (the previous default one afaik)

elisabettai commented 4 months ago

Just FYI, don't know if this is intentional. But the 3.x notebook doesn't show as an option to update to, because it's not considered compatible with 2.x (the previous default one afaik)

Thanks for reporting this @wvangeit. Yeah, this is intentional, since we assume that when we go for a major or minor version update, we might break backward compatibility of users' code. Thus, we don't want users to be able to update with a "single click". This might change in the future though.