-
Notifications
You must be signed in to change notification settings - Fork 12
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
Jupyter Notebook Support / Python API additions #35
Comments
https://zhauniarovich.com/post/2020/2020-06-clearing-jupyter-output/ - we should render #32 Quarto docs for our project in GitHub actions, and then use our exago spack version to generate our docs. Would be good to pre-clear our notebooks before commiting to repo so people have clean starting points |
Would be great to add a notebook/configuration to compare linear solvers using MA57, ReSolve and ReSolve GPU as backend to Ipopt. cc @pelesh |
Is it possible to run mpi4py within Jupyter? mpi4py/mpi4py#294 If so, lets get that working for a demo! If not, need to resolve #16 |
@abhyshr and @jaelynlitz can we close this out? Maybe we can make a new issue that better summarizes remaining work? #85 made me realize we have closed out Jupyter and base example side of things, but it might be easier to just consolidate and move python API side of things to new issue since different end users might have different needs and ways to connect there data outputs... |
Good to close. We already have Jupyter notebooks in develop now. |
For future ExaGO documentation, having
.ipynb
files available for reference is important. In addition, @abhyshr has discussed the desire to post-process ExaGO data in Python, which might require API changes.To resolve the issue:
saveSolution
, and then read that back into Python staying in JSON (maybe convert to dict...)These activities should be considered in the context of #32, as Jupyter notebooks are easy to render and document alongside Quarto.
The text was updated successfully, but these errors were encountered: