Skipper Seabold

Results 30 comments of Skipper Seabold

There's caching, but yeah, you'll have to pull the datasets initially.

FWIW, I'm seeing the same on OSX, but if I navigate to the 'http://localhost:8889' the app is running. Repro ```python app = JupyterDash(__name__) app.layout = html.Div('Minimal') app.run_server(mode="jupyterlab", host="127.0.0.1", port=8889) ```...

Eh, doing some debugging I'm getting a 504 gateway timeout. This has to do with my work machine proxy, so it's a local issue. Instead of raising an OSError and...

@oubiwann any chance on making a PR, so it can be reviewed?

@golharam If you could make a PR against this repo to explain and get your changes in, I think that'd be a great start. I think the community would benefit...

@oubiwann Actually it doesn't really matter where the fork was made from, if you want to submit a PR with both sets of changes to this repo you can. The...

Rebased on PR with results class returned. Made it an error to request Randolph's Kappa with details. Not sure it makes much sense to assume a marginal 50/50 chance between...

Test failures look unrelated.

I needed this today as well coincidentally, so coded something up based on Fleiss, Nee, and Landis (1979) "Large sample variance of kappa in the case of different set of...