Matthew Caseres
Matthew Caseres
I may need to modify this - https://github.com/elilambnz/react-py/blob/main/src/hooks/usePython.ts#L123
Instead of modifying the package, each Python editor may be able to send a special message when it begins executing it's code. ``` runPython(`${writeFilesPreamble()}\nprint(${id})\n${tabs[tabIndex].content}`) ``` In this way, we can...
Context needs to be in the layout so that it is shared across page navigations. Some client component children like Editors in the MDX should be able to access the...
usePython hook runs even with no provider. The provider seems to pass information about packages and stuff down to consumers. This information seems to be all optional. Each usePython hook...
Would it make sense to provide the same tables from Pymort's "[Relational Tables API](https://github.com/actuarialopensource/pymort#relational-tables)"? Open to feedback on the structure of the tables.
I think both? I reconsidered my original idea of what a long mortality table was, and now am just trying to replicate the structure of a relational database, so that...
I'm going to get some manually selected values from 2107 CSO and 2015 VBT. The repo below will do validations on both packages. Will try to get this done during...
In the validations repo previously linked I did some work- * Validated that values are completely consistent with Pymort for table `3277` * Manually selected about 40 values and validated...
I am thinking about doing no modifications to the existing API, except restrict the tables that can be loaded to ones that we are certain are going to work well....
Some details * For [Guatemala Abridged](https://mort.soa.org/ViewTable.aspx?&TableIdentity=2975) ([xml](https://mort.soa.org/data/t2975.xml)) * There are two tables but they don't represent select and ultimate tables. * Both tables have the same `AxisName` in the table...