Hello, with recent version of JupyterLab (4.2.5 Aug 26, 2024) + notebook (‘7.2.2’ , Aug 27, 2024) I can’t get the pipe symbol (‘|’) working in the terminal . Tested with a French keyboad, with Firefox, Chrome and Safari on Macos
To get pipe symbol working I have to downgrade to versions jupyterlab==‘4.1.8’ + notebook==‘7.1.3’ (I have NOT tested intermediate versions)
This is just an observation, not fully sure this issue being related to JupyterLab
Regards,
Bernard
Probably close to the issues already reported.
To try to provide some help, I ran some tests and in my case (Firefox, Macos, French keyboard) the issue appears between jupyterlab
versions 4.2.0b0
and 4.2.0b1
and is related to the misfunction of the 3 characters |, {, [,
To sum up
- OK for those 6 characters and with version 4.2.0b0
jupyter lab --version
4.2.0b0
| { [ - ] }
- NOT ok for the next 3 characters |, {, [, starting from version 4.2.0b1
jupyter lab --version
4.2.0b1
- ] }
Regards,
Bernard
You may want to add a comment to one or both of those issue pages pointing to your research here.