Hello, please help me debug this issue.
I just upgraded my macOS to 12.2 and I cannot start jupyter lab. This is what happens:
$ jupyter run --debug
[RunApp] Searching ['/Users/markov/tmp', '/Users/markov/.jupyter', '/Users/markov/tmp/test-env/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[RunApp] Looking for jupyter_config in /etc/jupyter
[RunApp] Looking for jupyter_config in /usr/local/etc/jupyter
[RunApp] Looking for jupyter_config in /Users/markov/tmp/test-env/etc/jupyter
[RunApp] Looking for jupyter_config in /Users/markov/.jupyter
[RunApp] Looking for jupyter_config in /Users/markov/tmp
[RunApp] Looking for jupyter run_config in /etc/jupyter
[RunApp] Looking for jupyter run_config in /usr/local/etc/jupyter
[RunApp] Looking for jupyter run_config in /Users/markov/tmp/test-env/etc/jupyter
[RunApp] Looking for jupyter run_config in /Users/markov/.jupyter
[RunApp] Looking for jupyter run_config in /Users/markov/tmp
[RunApp] Connection File not found: /Users/markov/Library/Jupyter/runtime/kernel-49330.json
[RunApp] Instantiating kernel 'Python 3 (ipykernel)' with kernel provisioner: local-provisioner
[RunApp] Starting kernel: ['/Users/markov/tmp/test-env/bin/python3.9', '-m', 'ipykernel_launcher', '-f', '/Users/markov/Library/Jupyter/runtime/kernel-49330.json']
[RunApp] Connecting to: tcp://127.0.0.1:50308
[RunApp] connecting iopub channel to tcp://127.0.0.1:50305
[RunApp] Connecting to: tcp://127.0.0.1:50305
[RunApp] connecting shell channel to tcp://127.0.0.1:50304
[RunApp] Connecting to: tcp://127.0.0.1:50304
[RunApp] connecting stdin channel to tcp://127.0.0.1:50306
[RunApp] Connecting to: tcp://127.0.0.1:50306
[RunApp] connecting heartbeat channel to tcp://127.0.0.1:50307
[RunApp] connecting control channel to tcp://127.0.0.1:50308
[RunApp] Connecting to: tcp://127.0.0.1:50308
[RunApp] jupyter run: starting...
I can see 2 python processes, but nothing happens. Strangely, jupyter notebook command works fine and launches kernel, opening the browser window.
This is a fresh install in a separate virtualenv:
jupyter 1.0.0
jupyter-client 7.1.2
jupyter-console 6.4.0
jupyter-core 4.9.1
jupyterlab-pygments 0.1.2
jupyterlab-widgets 1.0.2
notebook 6.4.8
$ python -V
Python 3.9.9
Thank you