Sören Wacker
Sören Wacker
I freshly installed the package in a python 3.7 conda environment together with rdkit. The first query 'viagra' was quite fast. But looking for antibiotics 'Amoxicillin' or 'amoxicillin' takes several...
``` from chembl_webresource_client.new_client import new_client as cwc cwc.molecule.search('viagra') [{'atc_classifications': [], 'availability_type': '1', 'biotherapeutic': None, 'black_box_warning': '1', 'chebi_par_id': 58987, 'chirality': '2', 'cross_references': [{'xref_id': 'sildenafil%20citrate', 'xref_name': 'sildenafil citrate', 'xref_src': 'DailyMed'}, {'xref_id': '144205270',...
I cannot find an example for https://django-plotly-dash.readthedocs.io/en/latest/models_and_state.html It seems there are only some boilerplate methods shown and a general outline about what to do. Is there a working example somewhere...
Creating a figure with the config = {"toImageButtonOptions": {"format": "svg"}} leads to a svg figure where the text in the legend is truncated.  Compare this to the screenshot: ...
I am trying to install xcms locally with `BiocManager::install("xcms")`. The installation process stops with the following output: ``` ... checking if zlib is wanted... yes checking for inflateEnd in -lz......
Hi, I have tried the django-plotly-dash integration before, but some elements where difficult to get working. For example, the dash-uploader, needed some specific endpoints. And it was not so straigthforward...
It seems the data property returned from the callback is independent of the current sorting. I am interested in that ordering and would like to store the data in the...
Using a multi-class model created with ``. ``` from pycaret.classification import * import shap shap.initjs() experiment = setup(df, 'AGE_GRP', silent=True, session_id=42) model = create_model('lightgbm') X_train, X_test, y_train, y_test = get_config('X_train'),...
Why are all the permission denied issues here closed without a comment? I am starting theia with: docker run -it --init -p 3000:3000 -v "$(pwd):/home/project:cached" theiaide/theia:next Then open an existing...
I wonder if there is a record on how to use this component in a dash app. I screened the git repo readme file, but did not find a link...