jupyter-renderers
jupyter-renderers copied to clipboard
Renderers and renderer extensions for JupyterLab
Is it possible to add Plotly credentials (username / api_key) and save the plots directly to Plotly? Normally this is done by requiring plotly as such: ``` var plotly =...
Moved from [jupyterlab](https://github.com/jupyterlab/jupyterlab/issues/4749). It's possible to modify the plotly configuration based on https://plot.ly/python/configuration-options/. This will work for the classic notebook but unfortunately not for the lab. Please take a look...
Hi, I'm experiencing a WinError32 issue while installing vega2-extension. And I'm in admin mode with all access... ``` > C:\Anaconda3\npm.CMD pack @jupyterlab/vega2-extension jupyterlab-vega2-extension-0.16.0.tgz Traceback (most recent call last): File "C:\Anaconda3\lib\site-packages\jupyterlab\labextensions.py",...
Add a button to `zoom to bounds` of rendered GeoJSON.
Ref - https://github.com/mapbox/mapboxgl-jupyter/issues/67 [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/api/) is an open-source WebGL-based map rendering SDK. It can specifically render much, much larger geojson data than leaflet on the fly because: 1. It...
Create a wrapper for the labextensions that will allow classic notebook to consume them with little to no modification.
I recently came across a visualisation tool that renders JSON files as a collapsible interactive tree that might be interesting as a JSON renderer (I note there is already an...
## Description I need to access the MathJax object (window.MathJax) so I can call the typeset method on some dynamic content from JavaScript. But I don't see MathJax or window.MathJax...
* Add require package. * Update mathjax to latest 3.2.2. This PR is primarily to add the require command so one can import the physics package only if needed. So...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...