ZK Zhao

Results 10 issues of ZK Zhao

Most of time we don't need all those effect, maybe just one of them, how can we do that? Just extracted what we need.

**Missing functionality** When I do analysis between category features, I always need to know what percentage of one kind relates to another. **Proposed feature** From https://nbviewer.jupyter.org/github/kaveio/phik/blob/master/python/phik/notebooks/phik_tutorial_basic.ipynb I think category data...

feature request 💬

``` > Good teams have product, design and engineering sit side-by-side, and embrace the give and take between the functionality, the user experience and the enabling technology.Bad teams sit in...

Bug

Hi, I want to install jupyterlab-toc via conda. However, I find it is only updated 11 months ago ![image](https://user-images.githubusercontent.com/2425141/62356340-6d23a680-b543-11e9-83b4-62791d59237c.png) Is there any way to fix this?

enhancement

This is the plot I get using `windrose`, ![qq](https://cloud.githubusercontent.com/assets/2425141/16772605/79347e08-4887-11e6-81c4-43368e3c93d0.png) I notice that in https://github.com/scls19fr/windrose/blob/a024d3af097c69d28f98328e7eb2b3dbc215838a/windrose/windrose.py , there is not `cmap` for `bar`. Then I want to know, how to change the...

Using **pagedown-bootstrap** is quite easy. However, if I want to customize the toolbar, it becomes problematic, since the entire HTML are written in js (https://github.com/hughevans/pagedown-bootstrap-rails/blob/master/vendor/assets/javascripts/markdown.editor.js.erb#L1381) I'm wondering if there is...

Hi, when I install it in windows, it gives me the error ![图片](https://user-images.githubusercontent.com/2425141/74652709-99420480-51c1-11ea-99a4-7f1f0364822b.png) Is this because I'm using Python 3? is there any way I can fix the error? Thanks!

When I do query by author, it returns this link: https://www.youtube.com/watch?v=UKY3scPIMd8 Does this mean the API is not supported anymore? How can I query for video now?

Hi, I'm trying to implement the firebase analytics for webview, however, the webview component I use is UIWebview, not WKWebview. In https://firebase.google.com/docs/analytics/ios/webview, it only gives example using WKWebview, I want...

I can connect hive/presto using `create_engine` like this ``` from sqlalchemy.engine import create_engine conn = create_engine( 'presto://user@host:port', connect_args={'protocol': 'https', 'requests_kwargs': { 'auth': HTTPBasicAuth('user', 'pw'), 'verify': '/cert.pem', }} ) df =...