Dejan Simic

Results 8 comments of Dejan Simic

Hi @gMatas, thank you for your feedback! Yeah I also have a wide screen and did not find it particularly appealing to see the cells being stretched to full screen...

Made some progress with the max width option. As part of the JupyterLab settings (`Settings` -> `Advanced Settings Editor` -> `Theme - Tailwind`) one will have the possibility to change...

Just [published v3.0.3](https://www.npmjs.com/package/jupyterlab-tailwind-theme) with the cell width setting

Hi @aalyousfi, two quick questions just to rule out two potential issues: - Could you confirm that you have installed the latest version of the package (v3.0.3)? - Have you...

Thanks for the feedback @aalyousfi. You can check the installed version by entering `jupyter labextension list .` into your command line tool (PowerShell, CMD, bash, ...)

Hi @ccruizm, thanks for your interest in this theme! I have switched to [Jupyter Notebooks in VS Code](https://code.visualstudio.com/docs/datascience/jupyter-notebooks) and haven't been using Jupypterlab for a while which is also why...

Hi all, while working on #957 I faced the same issue, here's how to reproduce it: 1. In the API handler, `get_job_svg_graph` function replace `.map_err(|_| warp::reject())` with `.map_err(|err| { info!("Issue:...

Ok I think I stumbled over the solution for this issue: The `graphviz-rust` library requires additionally the [graphviz CLI](https://graphviz.org/download/) to be installed: ![image](https://github.com/apache/arrow-ballista/assets/10134699/36e9e66e-609f-4ee7-8213-fdb65c8ae3f3) Source: [Documentation](https://crates.io/crates/graphviz-rust) On Windows these were the...