Blair Azzopardi

Results 30 comments of Blair Azzopardi
trafficstars

> I think the issue is the mathjax core library. For example if I go to[ mathjax's demo page here](https://www.mathjax.org/#demo) and render the following html to compare your variations: ```html...

I created a PR (https://github.com/jupyterlab/jupyter-renderers/pull/282) to add support for the requires extension. Now we can selectively load the physics package when needed.

I've just tried installing voila from the main branch here and this appears to resolve the issue. I should have tried that earlier on. Is a 0.5.0 release with the...

> @bsdz you no longer need to install a Jupyter extension to use Plotly in JupyterLab. The [current Plotly documentation](https://plotly.com/python/getting-started/#jupyterlab-support) indicates you just need to install the Python packages `jupyterlab`...

@m-erhardt, out of curiosity, are your JupyterLab and kernel venvs on the same host? are they using the same user id? if so, do you ensure their separation by setting...

@m-erhardt , that's interesting thanks. I'm not using JupyterHub, but I do serve my kernels inside & outside of docker containers using Enterprise Gateway. I'm sure I tested installing plotly...

> Surely there are lots of other ways for platform-specific files to make their way into a wheel eg as scripts, or by being built out-of-band and copied around, or...

> > ... ternary variable ... > > but this isn't a ternary variable: it never takes the value `True`. It doesn't mean it's not a ternary variable. At the...

> Also as a matter of coding style: `bool | None` is a weird type for a field that can take two values.. Oh wow!, look [its been used in...

I've created a workaround plugin [poetry-plugin-ignore-build-script](https://pypi.org/project/poetry-plugin-ignore-build-script/). ```sh poetry self add poetry-plugin-ignore-build-script poetry build --ignore-build-script ```