Didrik Pinte
Didrik Pinte
The jupyterlab extension is registering the comm target at notebook creation time (see https://github.com/plotly/jupyter-dash/blob/351cb7c24409b2312a474568b70005ce66eb31be/extensions/jupyterlab/src/index.ts#L78). This means that changing the kernel will not work. In practice all calls to `JupyterDash.infer_jupyter_proxy_config()` will...
Reported in #63 ``` ====================================================================== FAIL: test_smith (quantlib.test.test_heston_model.HestonModelTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\dev\pyql\quantlib\test\test_heston_model.py", line 432, in test_smith delta=tolerance) AssertionError: 15.244970794333526 != 15.1796 within 0.05 delta ====================================================================== FAIL:...
- [ ] verify all examples in https://github.com/enthought/chaco/tree/main/examples run as expected. As those are not unit tests, they need to be executed manually. Analysing the stdout/stderr might be imporant to...
- [ ] verify all examples in https://github.com/enthought/enable/tree/main/enable/examples and https://github.com/enthought/enable/tree/main/kiva/examples run as expected - [ ] verify the intergration with etsdemo (see traitsui)
What is the status of the pyhaystack project? Is there a plan to get a new release out? I'm particularly interested in the async support (and potentially available to help)