Jeremy Tuloup

Results 1067 comments of Jeremy Tuloup

cc @Carreau since you opened a couple of recent issues about keyboard shortcuts

Ah just to make it clear it was not me posting this message but @lemontheme. The discussion from https://github.com/jupyter/notebook/discussions/6591 was converted into an issue. I have updated the top comment...

Since Notebook 7 is based on JupyterLab components, this will likely have to be fixed in JupyterLab first and then pulled in Notbeook 7.

The collapsing issue might be similar to the one reported in https://github.com/jupyter/notebook/issues/7020

Thanks @taktikal17 for reporting the issue :+1: > Jupyter lab would work using Just to confirm: does JupyterLab work without specifying the `--app-dir` option?

cc @andrii-i @RRosio @ericsnekbytes @echarles @afshin If one of you has a Mac and would be able to look into this that would be great, thanks :pray:

> Now, `jupyter notebook` just gives a blank screen at `http://localhost:8888/tree` Could this be similar to https://github.com/jupyter/notebook/issues/6952, which would happen when updating `notebook` in an existing environment? I tried creating...

Thanks @defjaf for posting these details it will help reproduce the issue more easily :+1: > * `jupyter lab` runs but [doesn't seem to recognise extensions](https://github.com/jupyter/notebook/issues/6974#issuecomment-1656763304), and "Open in..." doesn't...

Normally the data files should be copied to `share/jupyter` on `pip install notebook`: https://github.com/jupyter/notebook/blob/b5133c67f1a5c9c87d99abc44b7b04e6214aca45/pyproject.toml#L80-L85 Same goes for JupyterLab: https://github.com/jupyterlab/jupyterlab/blob/bddc378b72e8ee78be8b6e2ffb2b527a75f0471a/pyproject.toml#L130-L136 Does `/opt/homebrew/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/share/jupyter/` contain anything at all? Also what does `jupyter --paths`...

Also maybe we could try to reproduce the issue on CI when running on `macos-latest`. Currently `notebook` is installed on `macos-latest` using `actions/setup-python@v4` to install Python: https://github.com/jupyter/notebook/blob/b5133c67f1a5c9c87d99abc44b7b04e6214aca45/.github/workflows/build.yml#L120 https://github.com/jupyter/notebook/blob/b5133c67f1a5c9c87d99abc44b7b04e6214aca45/.github/workflows/build.yml#L136-L141 The GitHub...