stefaneidelloth

Results 52 comments of stefaneidelloth

Would be great if GeoJson renderer would be compatible to the styles supported by GitHub GeoJson renderer: https://docs.github.com/en/free-pro-team@latest/github/managing-files-in-a-repository/mapping-geojson-files-on-github marker-size - small, medium, or large marker-color - valid RGB hex color...

I tried to use jupyter-dash with JupyterLab and JupyterHub inside a Docker container. The command JupyterDash.infer_jupyter_proxy_config() does not return. Do I need to map an extra port for jupyter-dash? Also...

I have JupyterHub running in a docker container that I started with docker run -it -p 10.92.39.100:8888:8000 --name jupyter jupyter The IP of the host is 10.92.39.100 and I am...

![image](https://github.com/rst2pdf/rst2pdf/assets/12675339/e11dad41-30f4-4c5a-bddf-54a943168fc1) How to fix this? Do I need to include some certain styles to select a font that works for math?

> I made a little progress. The fonts used for math typesetting are the ones that Matplotlib uses. By default, these are DejavuSans, and look pretty poor IMO. You can...

First I had issues dynamically loading bootstrap-tour. The solution for me was to use a load event handler that ensures that `new Tour` is called after the script has been...

Related SO question: https://stackoverflow.com/questions/75460392/how-to-show-pylint-message-codes-in-pycharm-problems-view-and-get-quick-fix `pylint-pycharm already displays the (descriptive) error symbol when you explicitly run the corresponding action (see the screenshot at https://github.com/leinardi/pylint-pycharm/blob/master/art/pylint-pycharm.png)` ![image](https://user-images.githubusercontent.com/12675339/219042849-1994c44c-2e44-475f-9c15-40e54f567704.png) @stefan6419846: Does this require the full...

Related: https://stackoverflow.com/questions/69067530/how-to-solve-weasyprint-error-message-gobject-2-0-0-error-0x7e-message https://doc.courtbouillon.org/weasyprint/stable/first_steps.html#windows ("Only Windows 11 64-bit is supported")

For me the display issue was solved by using `jupyter labextension install qgrid` instead of `jupyter labextension install qgrid2` as suggested by the documentation. I created a ticket to update...

a) With J123's patch, JupyterLab 3.2.5 on Windows 10, installation of qgrid===1.31 with pip and node v17.0.0 (don't know if relevant) I get: `Error displaying widget: model not found` Browser...