Jupyter4Science / scipy2024-jupyter-widgets-tutorial

SciPy2024 Tutorial on "Building Complex Web Applications with Jupyter Notebooks"
Apache License 2.0
5 stars 6 forks source link

Added Voici instructions (noting they are in active development) #15

Closed JuanCab closed 3 months ago

JuanCab commented 3 months ago

I had some challenges getting voici build running (and I don't believe it is producing proper output yet). I have placed them online for now in this draft PR so you all can see if your luck is better than mine.

This branches off my current widgets tutorial (PR#8) which has not yet been merged with main..

JuanCab commented 3 months ago

I revised the voici instructions. Note this required changing the environment.yml to add micromamba which is currently the only reliable build tool for voici. Its a fairly short writeup, so I would appreciate any feedback.

mwcraig commented 3 months ago

Also, I'd like to get #8 in before we merge this or there will be a bunch of conflicts.

mwcraig commented 3 months ago

One last comment for now -- the fix in #8 in key/dashboard/widgets.py (which will get picked up once #8 is in and this is rebased) is necessary for the dashboard to work.

JuanCab commented 3 months ago

One last comment for now -- the fix in #8 in key/dashboard/widgets.py (which will get picked up once #8 is in and this is rebased) is necessary for the dashboard to work.

Went ahead and rebased this branch to the current widgets-tweaks branch.

mwcraig commented 3 months ago

Can you try rebasing on main? If you prefer I can give that a go, still have about an hour of working time tonight until we get to our hotel.

JuanCab commented 3 months ago

Can you try rebasing on main? If you prefer I can give that a go, still have about an hour of working time tonight until we get to our hotel.

Rebased onto current main (a lot of conflict resolution involved, bleh).