jupyter-renderers
jupyter-renderers copied to clipboard
Renderers and renderer extensions for JupyterLab
I am using plotly to plot 3 heatmap map, for each plot here is my data sets shape 1. (3763, 1001) 2. (7649, 1001) 3. (3763, 7649) My issue seems...
Using a mac, with the following: node --version v10.15.3 npm --version 6.4.1 yarn --version 1.15.2 And running `install @jupyterlab/plotly-extension` I get: Deprecation warnings (e.g. Buffer()) Multiple definition warnings (e.g. WARNING...
I'm currently have a problem that a previously working standard way of setting up my envs currently fails on the conda-forge site. Here's a simple complete procedure that works on...
Did we decide on `jupyterlab-extras`?
Hi, I am experiencing a problem rendering a Scatter3d plot with opacity using the plotly extension in jupyterlab. `X_pca` is a m x 3 matrix of with 3 pca components....
# Use 100% CPU Use 100%cpu! Work with plotly-extension. Right click an output cell -> 'create a new view of output' of a chart that output by plotly. ## Steps...
Hi. While trying to install the plotly-extension I'm constantly getting this error: ``` npm ERR! request to https://registry.npmjs.org/@jupyterlab%2fplotly-extension failed, reason: write EPROTO 14104:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:openssl\ssl\record\ssl3_record.c:252: ``` Full error log:...
For more complex data visualisations I find it useful to setup tables/grids of plotly charts but using the new plotly renderer this is not possible. Could the plotly renderer be...
hey jupyterlab! I'm building a repo2docker / continuous build setup with a jupyter lab notebook, which means: - I have a Github repo with a binder folder - the binder...
So we have an example now of `require.ensure`ing the "meat" of a renderer (i.e. the third party JS+whatever) in core: https://github.com/jupyterlab/jupyterlab/blob/master/packages/vega4-extension/src/index.ts#L174 I had a look through all of the packages,...