-
-
Notifications
You must be signed in to change notification settings - Fork 136
Evaluate Markdown #60
Comments
While This is a expected behaviour and I couldn't be bothered to make a special command for just markdown cell (I don't want to change the behaviour for code cell). PR is welcome :-) |
I changed my mind. I think I'll change the current behaviour when I have time. |
Hmm... How do you navigate back to other tabs or do other stuff? For example, there is a tiling plugin for Firefox; I've put in some keyboard shortcuts to be able to navigate the tiles in a vaguely vimmish way. With Vimperator fully disabled on Jupyter tabs, its Ctrl-Tab to navigate away, unless there's a better way? |
I use a mouse unfortunately. It is better to control browser by keyboard as well but I don't think we have enough keys to manipulate both Jupyter and Browser (at least, reasonable keys would conflict).
I usually open two browsers. One for jupyter and another for searching. So I stack on a single (or few) tab for jupyter and use Vimperator for searching. |
@lambdalisue: that seems to work nicely! :) I'll continue to test and see if I come across any unintended side-effects, but certainly for Markdown it makes a smoother workflow :) Only tangentially related, but it occurred to me that maybe |
Sounds nice for now. Please make a separate issue and ask other people about that idea ;-) |
God, it's Control-Tab. Even better, works all the time! |
Summary
Environment
Behavior
I can evaluate code cells with Cmd-Enter, but Markdown cells only evaluate with Shift-Enter (the cursor jumps into the next cell). Cmd-Enter in Markdown cells is ignored.
Expected
Markdown should be evaluated with Cmd-Enter
Actual
Step by step procedure
jupyter notebook
Thanks
The text was updated successfully, but these errors were encountered: