mneilly
mneilly
Oops, this appears to be a duplicate of #43.
If remove the button.css and progressbar.css files and their associated imports in Upload_ReactComponent.react.js and rebuild the package the following both work for me: Using html components: ``` from dash import...
FWIW - I have a branch that has changes so that things can be built and run on Linux and Mac. The changes basically add a CMakeLists.txt to build with...
@dblalock I opened the PR. @charlswzc The PR has a Dockerfile which works that you can use as a reference.
Just to confirm, yes, these were with CLion 2021.2.2.
Unfortunately, I cannot get that to work either as it gets the 'enforcement failed error'. ``` (ldc-1.15.0-beta2)$ dub test dcompute --compiler=ldc2 Building package dcompute in /home/mneilly/.dub/packages/dcompute-master/dcompute/ Executable configuration "unittest" of...
Thanks for the responses (and the creation of dcompute!). :) I'm not intending to use CL. I see ```version = DComputeTestCUDA;``` at the top of ```~/.dub/packages/dcompute-master/dcompute/source/dcompute/tests/``` and I see that...
I have a branch [mneilly/fix-jupyterlab-extension](https://github.com/mneilly/Open3D/tree/mneilly/fix-jupyterlab-extension) where I have open3d in jupyterlab working. Or, at least pasting the code from http://www.open3d.org/docs/release/tutorial/Basic/jupyter.html is working. The changes are based on looking at cookiecutter...
FWIW - here are examples of a working matplotlib graph and a failing plotnine graph. I do get a graph but no data. The key message appears to be: >...
Actually, this example appears to work: ``` import dash import dash_core_components as dcc import dash_html_components as html from plotnine import * from plotnine.data import * from plotly.tools import mpl_to_plotly external_stylesheets...