Safia Abdalla

Results 518 comments of Safia Abdalla

OK. I looked into this. I'm not sure why that lonesome "done" renders with the correct color codes but when I tried to repro this nothing was colorizing for me....

@dopey2 You can try passing an options object to the `Mathjax.Provider` component. It accepts the configuration that is documented at https://docs.mathjax.org/en/v1.0/configuration.html.

I think the compatibility with Jupyter notebooks is a good one and will clarify a lot of confusion I have seen users exhibit. Happy to help whoever takes this one...

- [ ] How to use the VDOM

Thanks for opening this issue, @pakatagoh! Unfortunately, we don't own the @jupyter-widgets/base component that is being imported by the jupyter-widgets package. What version of next.js are you using? https://github.com/vercel/next.js/issues/12079#issuecomment-690581754 seems...

We use a similar setup in the nteract monorepo. However, [we don't have ipywidget support](https://github.com/nteract/nteract/blob/main/applications/web/redux/store.ts#L56 ) included as part of the default app. I misspoke earlier, the code in question...

If that’s the case, then it is probably also related to the issue around Boxes and Accordions not rendered correctly because they are child_views. Let us know what you find...

This felt oddly familiar so I took a look at this and noticed we had previously filed https://github.com/nteract/nteract/issues/4675. It looks like the lack of a `__get_comm_info` implementation was intentional based...

Ah, this is an interesting one. Instead of retroactively catching the exceptions and trying to log, can we be defensive and check for some required state before trying to get...

@miduncan What's the payload that is written to the notebook when using the "Save Notebook Widget State" item?