Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS formula prop available in Python #58

Open
LiamConnors opened this issue Jan 7, 2022 · 1 comment
Open

JS formula prop available in Python #58

LiamConnors opened this issue Jan 7, 2022 · 1 comment

Comments

@LiamConnors
Copy link
Member

Description

formula prop available in Python, though JS formulae are unusable from Python.

Steps/Code to Reproduce

In the python REPL run:

help (dash_vtk.Calculator)

We see there is a prop formula available, but JS formulae are unusable from Python

Expected Results

Only have props that can be used in Python

Actual Results

formula is available.

Versions

Dash 2.0.0
:3: UserWarning:
The dash_html_components package is deprecated. Please replace
import dash_html_components as html with from dash import html
import dash_html_components; print("Dash Core Components", dash_html_components.version)
Dash Core Components 2.0.0
:4: UserWarning:
The dash_core_components package is deprecated. Please replace
import dash_core_components as dcc with from dash import dcc
import dash_core_components; print("Dash HTML Components", dash_core_components.version)
Dash HTML Components 2.0.0
Dash VTK 0.0.9

@alexcjohnson

@LiamConnors LiamConnors changed the title formula prop available in Python JS formula prop available in Python Jan 7, 2022
@jourdain
Copy link
Collaborator

jourdain commented Jan 7, 2022

Good point, that class/component should be removed from dash-vtk. I guess it was ported as-is from react-vtk-js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants