I couldn't figure out how to get back in a cell from Jupyter command mode, until I searched the repo and found the ctrl+i change made in the history file. This just puts the keybinding on the front page so new users can find it.
Please finish the following when submitting a pull request:
[x] Add a line to History.md briefly documenting the change.
If this is a release, additionally do the following:
I couldn't figure out how to get back in a cell from Jupyter command mode, until I searched the repo and found the
ctrl+i
change made in the history file. This just puts the keybinding on the front page so new users can find it.Please finish the following when submitting a pull request:
History.md
briefly documenting the change.If this is a release, additionally do the following:
package.json
package.json
jlpm install
to updateyarn.lock
Thanks!