Yuvi

Results 1104 comments of Yuvi

https://www.imsglobal.org/activity/caliper is the standard that seems to integrate with LMS like Canvas for student analytics. Berkeley is currently using it. Would also be interesting to see how we can integrate...

@ellisonbg awesome! IMO, this is easier to start in JupyterHub first, since it's purely serverside. Doing this serverside (notebook) and clientside (JupyterLab) will be slightly more complicated, although absolutely a...

I've started a PR with an initial implementation to discuss this on JupyterHub: https://github.com/jupyterhub/jupyterhub/pull/2542. Would love for people to take a look and engage there!

@dleen we already collect [RED](https://www.weave.works/blog/the-red-method-key-metrics-for-microservices-architecture/) (request, error, duration) metrics about all end points in notebook and JupyterHub. See https://github.com/jupyter/notebook/pull/3490 for more information. We use this heavily in many places. You...

I spent a bunch of time on this today, and here are some results. [here](https://github.com/jupyterlab/jupyterlab-telemetry/pull/1) is a **prototype** demo of eventlogging where we capture all commands executed in lab in...

Apologies for the late response. Can you give us a little more information on what you mean by doesn't work? A more detailed description as well as any log files...

As part of https://github.com/jupyterhub/grafana-dashboards/pull/90 I've tried to also add more detailed references in the description, and it would be lovely in the long term to autogenerate reference docs from that.

Hi @QuonnorGraygar! Thanks for opening this issue :) I'm slightly confused about what you mean 'via anaconda' though. Is that on your local computer? This project is primarily meant to...

@minrk yeah, I started moving everything to using labels in cluster.jsonnet, it should be the case everywhere.

Need to make sure it works for AWS as well though.