stefaneidelloth

Results 49 issues of stefaneidelloth

How can I export a leaflet vector layer as svg file? Also see https://stackoverflow.com/questions/44800396/python-ipyleaflet-export-map-as-png-or-jpg-or-svg/74994981#74994981

Feature Request

I get following npm warning for stylelint 13.6.1: npm WARN [email protected] requires a peer of stylelint@^9.10.1 || ^10.0.0 but none is installed. You must install peer dependencies yourself.

I want to create a sankey diagram where it is allowed to have multiple links between the same nodes. Here I have two links between DE and FR (one link...

* I first tried the command `pip install . -v` but it got stuck. (What does the "-v" stand for?) The command `pip install -e .` worked. * I had...

If I try to debug a mesa-geo application in PyCharm on Windows ... for the line ` tornado.ioloop.IOLoop.current().start()` in ModularViualization.py I get: ``` C:\python_env\App\PyCharm\..\..\App\WinPython\python-3.10.2.amd64\python.exe C:\python_env\App\PyCharm\plugins\python-ce\helpers\pydev\pydevd.py --multiproc --qt-support=auto --client 127.0.0.1 --port...

If I follow the outdated instruction https://github.com/quantopian/qgrid#jupyterlab-installation that says `jupyter labextension install qgrid2` ... the widget is not displayed. Also see https://github.com/quantopian/qgrid/issues/336 If I use following command in addition, it...

I cloned the project and tried to install it with `pip install .` ``` Building wheels for collected packages: Orange3-Example-Add-on Building wheel for Orange3-Example-Add-on (setup.py) ... done WARNING: Legacy build...

Does redbaron allow to sort functions by their usage? Also see https://stackoverflow.com/questions/76611154/how-to-automatically-sort-functions-in-classes-by-their-usage

code-block rendering should support line numbers and highlighting. JupyterLab Preview: ![image](https://github.com/executablebooks/jupyterlab-myst/assets/12675339/18e16ac5-d198-4be3-a89b-bef42c6f6405) Output of similar code block with latexpdf in Sphinx: ![image](https://github.com/executablebooks/jupyterlab-myst/assets/12675339/db295943-1928-4972-9798-c34aa3f9bac1) For VsCodium preview see related issue ticket: https://github.com/executablebooks/myst-vs-code/issues/57 (My...

bug