Safia Abdalla
Safia Abdalla
@DonJayamanne Thanks for posting this update and sharing the code snippet! I like the approach of mapping the package names to an unpkg-based CDN URL and loading client-side dependencies. Generally,...
Updating the issue title and moving this to the new repo where the outputs transforms live. With @jasongrout's comments in mind, I think we can add fallback logic in the...
Sounds good. You might find some of the stuff in https://github.com/nteract/outputs/pull/11 helpful.
Hello @josujugo! Do you have a sample of a notebook with a Plotly FigureWidget that can be used for testing/validation?
Moving this to the outputs repo where transforms live now.
Transferring this to nteract/outputs. The VDOM transform doesn't sanitize outputs. The reason the code isn't executed is because VDOM inserts elements into the UI using React's `React.createElement` API which inserts...
Yeah, this is what I'm working on at the moment. This and parts of nteract/nteract#4645 as well as parts of nteract/nteract#4648 are related to this. The Output widget has to...
Updating the name of this issue and transferring it to the outputs package where the jupyter-widgets transform leaves now. I started taking a look at implementing this in the fall...
Chiming in with my two cents: the description for `collapsed` defines it as a way to show and expand a cell, where as `outputs_hidden` and `source_hidden` are for the individual...
@jasongrout Oh boy! Looks like the docs and the schema disagree. In [the schema](https://github.com/jupyter/nbformat/blob/master/nbformat/v4/nbformat.v4.schema.json#L209), it refers to the entire cell. Assuming the docs are the source of truth, I've submitted...