Sören Wacker

Results 59 issues of Sören Wacker

Would you be able to add some minimal example? What functions to import?

As this useful extension is no longer being maintained, is there an alternative known?

Running LSTM_V1.ipynb ``` data2 = pd.read_csv(filepath_or_buffer="sentiment6.txt") data2.info() data2.dropna(axis=1,how='all') data2['sentiment'] = data2.sentiment.astype(float) ``` Results in: `AttributeError: 'DataFrame' object has no attribute 'sentiment'` sentiment6.txt starts with: 20171114,0.38021943904690936 20171113,0.38021943904690936 20171112,0.38021943904690936 20171111,0.38021943904690936 20171110,0.38021943904690936 20171109,0.38021943904690936...

I am trying to upload around 900 files a 15MB I get the following popup: Total file size too large (11547.9 Mb) ! Maximum total filesize is: 5120.0 Mb Although,...

I am running to a strange error. After uploading the files the files start with an empty line. I get this behaviour with the same version of `dash-uploader`. Before: ```...

I am not sure why this happens. Using dash_uploader==0.7.0a1 the upload of multiple files pauses after 5 to 6 files automatically. And it only resumes after the user clicks on...

Please add the ability to remove edges and nodes from a network.

Please explain who to create a network with hierarchical layout without having to use the buttons.

I am running into this error and would like to have some background info about this missing file `psi-ms-1.1.0.obo`: ``` ERROR:ms_mint_app.app:Exception on /_dash-update-component [POST] Traceback (most recent call last): File...

Hi, I would like to know who El-Maven defines the `AreaTop` value. I looked in the [documentation](https://elmaven.readthedocs.io/en/documentation-website/search.html?q=areatop&check_keywords=yes&area=default), but could not find that information.