This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Import modules and functions | |
import plotly.express as px | |
from plotly.offline import plot | |
# Apply short name to input_table dataframe | |
df=input_table | |
# Define category labels | |
categoryList=list(df.columns) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: py36_knime_mjh_update | |
channels: | |
- conda-forge | |
- https://conda.anaconda.org/conda-forge/ | |
- defaults | |
dependencies: | |
- _libgcc_mutex=0.1=main | |
- _openmp_mutex=4.5=1_gnu | |
- arrow-cpp=2.0.0=py36hced866c_0 | |
- asammdf=5.19.14=py_0 |