-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESC or ^M to go to command-mode and TAB for code completion do not work on iOS #2378
Comments
This is also an issue on a 2017 iPad Pro. I was hoping that the workaround Ctrl+[ == Escape would work as it does for other applications, but it does not. The iPad would make a great remote Jupyter client if these key maps could be addressed. |
The app I've tested mobile Safari and Chrome, and unfortunately neither of these browser apps provide the necessary key bindings to get There are two options; I request we pursue both:
|
OMG, this is so annoying. |
Recommendation: Juno iOS app with full in-app purchase. There are issues using Jupyter on mobile Safari that go beyond the missing |
Mmmm ... "other issues", can you name a few?
…On Sat, Apr 13, 2019 at 1:44 AM Steve Smith ***@***.***> wrote:
Recommendation: Juno iOS app with full in-app purchase. There are issues
using Jupyter on mobile Safari that go beyond the missing ESC key, and
Juno is a decent, smooth client.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2378 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI8aNaXtOEbBh2sI_GlPwSiMGDF2hAN_ks5vgRpAgaJpZM4M1P3_>
.
|
It can be changed to a command mode using Safari function. just double tap \ key.
|
I'm using jupyter notebook on a AWS server or on a local machine. When I connect to the notebook with an iOS device (iPad Pro), most of the features work well. However, the keybindings do not work well, unfortunately.
esc
or^m
to switch from edit mode to command mode does not work. The keystroke^m
simulates pressingenter
(newline).tab
does not code completion, but jumps the cursor to the next cell.The problem seems browser, keyboard and Jupyter Notebook version independent. It was tested on an iPad Pro 12.9" (iOS 10.3) with Safari and Chrome, iPad Pro smart keyboard (without esc key) and regular keyboard, connected by bluetooth, on Jupyter Notebook version 4.2.1 and the latest version 5.0.0.
The text was updated successfully, but these errors were encountered: