Ziyuan

Results 12 issues of Ziyuan

Here comes a quick update, Since there is totally no error log, so I use a stupid approach such that I commentated all extensions and then reinstall them one by...

## References for issue 15741 https://github.com/jupyterlab/jupyterlab/issues/15741 ## Code changes as I proposed previously currently for notebook and directory, Jupyter would ignore user-specification. In my change, I would force lookup file...

enhancement
pkg:docregistry

### Problem We are working on an internal jupyter lab solution. In this solution, there is some folder managed by ourselves (for example, a folder controlled by git records common...

enhancement
tag:Extensions

Hi team, I use JupyterHub in k8s with our internal OAuth In my case, I developed an GET API (denoted as **/base_url/sample**) protected via @tornado.web.authenticate which is supposed to be...

enhancement

Hi all, we are using ipyaggrid and planning to support jupyter lab 4, I wonder that does the latest version support jupyter lab 4? If not, I would try to...

Try to make drawio compatible with JupyterLab 4

enhancement

Hi team This issue is checking the current status of drawio as I can see that the support of jupyter 4 is still not yet ready. If it is still...

## Description On our end, we have our notebooks in one mounted folder (denoted as /mount) While our lib is installed in home folder (/home/user) In this case, lsp works...

## References Implements https://github.com/jupyterlab/jupyterlab/issues/18062 ## Code changes Basically make KERNEL_INFO_TIMEOUT in **default.ts** non-const, and expose a plugin to read newly added settings ## User-facing changes There would be a new...

enhancement
pkg:services
pkg:apputils

Hello team, may I know that why kernel info timeout is pinned as 3 sec in frontend https://github.com/jupyterlab/jupyterlab/blob/c1b5f1973c8bad0fc3929e1ad0d211429ba283b2/packages/services/src/kernel/default.ts#L34 while kernel_info_timeout in backend is configurable and default as 60s https://github.com/jupyter-server/jupyter_server/blob/27b8578d6caa8f044d1b9a1121c2190a16ff7db8/jupyter_server/services/kernels/kernelmanager.py#L138 Given...

bug
status:Needs Discussion