Shawn

Results 5 issues of Shawn

https://github.com/tqdm/tqdm/issues/664

the example of the scatter on python array. In the Mpi4py document, it says "The lower-case variants MPI.Comm.bcast(), MPI.Comm.scatter(), MPI.Comm.gather(), MPI.Comm.allgather() and MPI.Comm.alltoall() can communicate general Python objects."

No language option provided in this setting panel. Also, Chinese translation is not precise. So if you can provide a language file, I can help to translate Chinese. Thx

in `IconHandler` https://github.com/jupyterhub/jupyter-server-proxy/blob/8c5906a68f90252951342ccd626e0332f8531872/jupyter_server_proxy/api.py#L71 Reading the icon file is under text (not binary) mode, thus only text-based icon types are supported by the `icon_path` property. The long-term solution would be fixing...

In such code ``` optb = OptimalBinning(name='example', dtype='numerical', solver='cp') optb.fit(X, y) binning_table = optb.binning_table bins = binning_table.build() print(bins) ``` `binning_table.build` method returns a `pandas.DataFrame` as follows: This dataframe actually can...