amit-chandak-unskript
amit-chandak-unskript
We had the same issue for user->group. We used the following ``` [request_definition] r = sub, dom, obj, act [policy_definition] p = sub, obj, act [role_definition] g = _, _,...
I see the same issue with ``` go version go1.16 darwin/amd64 libprotoc 3.15.3 ```
@YuxuanChen we are seeing the same issue https://discourse.jupyter.org/t/ipywidgets-on-jupyterlab-with-enterprise-gateway-gets-stuck-at-loading-widgets/19159, was wondering if you were able to resolve this issue.
+1 Same for us. Its impacting production deployment. Any plans to resolve this issue @marcospereirampj
Thanks @kevin-bates @davidbrochart , ```Traceback (most recent call last): File "/Users/amit/miniconda3/envs/connectors/lib/python3.7/site-packages/jupyter_server/gateway/gateway_client.py", line 404, in gateway_request response = await client.fetch(endpoint, **kwargs) tornado.httpclient.HTTPClientError: HTTP 403: Forbidden The above exception was the direct...
Its not reachability issue, as i confirmed the jupyterlab server url works if i do the following ``` curl -XGET https:///api/kernelspecs {"default": "python3", "kernelspecs": {"python3": {"name": "python3", "spec": {"argv": ["/opt/conda/bin/python",...
@kevin-bates i like your idea of having an enterprise gateway beside the jupyterlab server with same kernelspec and use that for nbclient. But i would like to avoid maintaining 2...
Thanks @davidbrochart , one more question, is it possible to make nbclient use a custom kernel to run? as in does it take a kernel spec to run the notebook?
@chrisjsewell , i hit this issue as well, whats the plan to get this PR merged?
> For the remediation, as a troubleshooting step, we can try restarting the affected services or related components to see if it resolves the issue. Using `kubectl rollout restart` to...