jupyter-renderers
jupyter-renderers copied to clipboard
Renderers and renderer extensions for JupyterLab
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Propose a version of the geojson renderer including a fuzzy search that compares a user input to the items of the list of tilelayers (from xyz services). Results are proposed...
Closes https://github.com/jupyterlab/jupyter-renderers/issues/116
### Problem We currently use Leaflet.js for our GeoJSON renderer, which has performance issues with large datasets. ### Proposed Solution We could use [MapLibre GL](https://github.com/maplibre/maplibre-gl-js) and in particular @neocarto's [geoverview](https://github.com/neocarto/geoverview),...
Closes #275
Hi all, I'm having troubles with the physics latex package that is included in MathJax 3. To reproduce, just run ``` jupyter labextension install @jupyterlab/mathjax3-extension jupyter labextension disable @jupyterlab/mathjax2-extension ```...
## Description Opening a UTF-8 file containing a byte order mark (BOM) causes an error and the map viewer fails to load. ## Reproduce 1. Try to open a UTF-8...
I'm having a strange issue with katex in jupyter lab. I need to run a cell twice for the katex to render. The first time, I get the latex literals...
## Description The math is not rendered in "code" cell outputs, for example, ## Reproduce As described in the screenshot. ## Expected behavior Math is expected to be rendered correctly....
This example from the readme is not working: ``` GeoJSON( data={ "type": "Feature", "geometry": { "type": "Point", "coordinates": [-118.4563712, 34.0163116] } }, url_template="https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=[MAPBOX_ACCESS_TOKEN]", layer_options={ "id": "mapbox.streets", "attribution" : '© OpenStreetMap'...