Mehmet Bektas

Results 13 issues of Mehmet Bektas

add code signing for macOS and Windows

enhancement

we discovered this issue while working on documentation with @pbugnion. widget-cookiecutter is not including lab extension files into pip package unlike widget-ts-cookiecutter does in https://github.com/jupyter-widgets/widget-ts-cookiecutter/blob/master/%7B%7Bcookiecutter.github_project_name%7D%7D/setup.py#L49

I am finding menu icons taking space unnecessarily and confusing. It is looking like descending sorting state icon (by the way I think we need separate icons at least for...

enhancement

## Description notFoundUrl resent to browser with pageConfig with every JupyterLab load. ## Reproduce - Hit a non-existing path like: http://localhost:8000/user/test/lab/some-path - Hit JupyterLab URL as usual (http://localhost:8000/user/test/lab/) ## Expected...

bug

Creating this issue to keep track of Linux Snap issues. Snap deployment is available [here](https://snapcraft.io/jupyterlab-desktop) but additional work is needed to be able to announce as GA. 1. `jlab` CLI...

status:Needs Triage

As discussed with @krassowski in this PR https://github.com/jupyterlab/jupyterlab-desktop/pull/781 1. Consider developing a JupyterLab extension that exposes the functionality needed by the desktop app instead of full jupyterapp. 2. Consider exposing...

enhancement

If there were JupyterLab servers shutdown but appear in `jupyter server list` due to unclean state also appear in Connect dialog. This must be due to socket connection check (`isPortInUse`)...

bug

## Description When kernelspecs API returns SVG icons via gateway, the Content-Type set by GatewayResourceHandler is overridden as application/json. This causes browser to fail rendering the icon properly. JupyterLab prefers...

bug