Nikos Alexandris

Results 89 comments of Nikos Alexandris

I don't think it works for me. I added the suggested configuration and ran ``` bash jupyter-book clean --all . && jupyter-book build . ``` to be sure everything is...

It's all "light" mode :-)

> I don't think it works for me. I added the suggested configuration and ran ``` bash jupyter-book clean --all . && jupyter-book build . ``` to be sure everything...

> as [I tried to explain above](https://github.com/executablebooks/jupyter-book/issues/1430#issuecomment-1512894611), the browser storage is used to store your last choice, so it might explain why 2 browsers behave differently (also, that storage is...

Is there any chance to add colors to the output ? Currently all generated output is plain text. ps- This in mind : https://github.com/sphinx-contrib/typer

I tried something like : ``` python yaml_header = textwrap.dedent( """ --- icon: simple/pytest --- """, ) style = textwrap.dedent( """ article h1, article > a, .md-sidebar--secondary { display: none...

> For anyone interested, we ended up using the `userFetch` attribute that you can set on a Swagger request (using a `requestInterceptor`). See https://github.com/swagger-api/swagger-js/blob/master/docs/usage/http-client.md#custom-fetch. > > With this custom fetch...

New into VegaFusion. Does this thread say that taking the JSON example from https://vega.github.io/editor/#/gist/9f120931575dd754c80f251cb51316af/spec.json and trying to use it along with [VegaFusionWidget](https://vegafusion.io/widget.html) won't work ?

> Hi [@NikosAlexandris](https://github.com/NikosAlexandris), VegaFusionWidget can accept a Vega specification directly. It will extract the transforms that is supports and pre-evaluate them in the Python kernel. > > But from looking...

> New into VegaFusion. Does this thread say that taking the JSON example from https://vega.github.io/editor/#/gist/9f120931575dd754c80f251cb51316af/spec.json and trying to use it along with [VegaFusionWidget](https://vegafusion.io/widget.html) won't work ? I tried to use...