jupyterlab-desktop
jupyterlab-desktop copied to clipboard
JupyterLab desktop application, based on Electron.
I'm opening this issue to discuss connecting to remote Jupyters following @ellisonbg design guidelines. What should we support? * http with token/pass autentication * ssh tunneling (how to be sure...
New JupyterLab release [v3.4.5](https://github.com/jupyterlab/jupyterlab/releases/tag/v3.4.5) is available. Please review the lock file carefully..
## Description When I open second and consecutive instance of JupyterLab Desktop, the first instance gets focused **and all instances get resized, unmaximised and moved into a different place on...
# Really bad first-time user experience Hi there. Yesterday I gave _JupyterLab Desktop_ a try and had a bad and off-putting experience. I wanted to use that experience to provide...
## Description As described in #477 the environment selection dialog is cumbersome to use. https://github.com/jupyterlab/jupyterlab-desktop/pull/478 addresses one of the issues (non-editable path), but a few UX annoyances remain: - user...
## Description I'm running JupyterLab 3.3.4-2 for the first time and trying to re-use my existing Python 3.10 environment installed via Homebrew but after selecting the Python interpreter and selecting...
## Description I work on multiple projects using JupyterLab. Each time I re-open a project by using `jlab path/to/project` the environment gets reset to the last selected environment in any...
## Description With the latest release (v3.3.2-2) of Jupyterlab Desktop, I can't use python env created by conda. It prompted with the following message. With v3.3.2-1, I didn't have any...
I'm starting this issue to talk about how the electron app will manage multiple Jupyter server connections. This includes both remote connections and servers that are already running locally when...
## Description I installed the JupyterLab Desktop App on my windows machine and opened a new notebook in JupyterLab App. In a notebook cell I typed import numpy as np...