Skip to content

Commit

Permalink
adds documentation, no matplotlib backend, use vi bindings in interac…
Browse files Browse the repository at this point in the history
…tive shell in jupyter
  • Loading branch information
gzagatti committed Jun 18, 2024
1 parent 08a225b commit 134817b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jupyter/jupyter_console_config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Configuration file for jupyter-console.
# see: https://jupyter-console.readthedocs.io/en/latest/config_options.html

#------------------------------------------------------------------------------
# JupyterConsoleApp configuration
Expand All @@ -15,9 +16,6 @@
# ZMQTerminalIPythonApp configuration
#------------------------------------------------------------------------------

# Configure matplotlib for interactive use with the default matplotlib backend.
c.InteractiveShellApp.matplotlib = 'tk'

# Set to confirm when you try to exit IPython with an EOF (Control-D in Unix,
# Control-Z/Enter in Windows). By typing 'exit' or 'quit', you can force a
# direct exit without any confirmation.
Expand All @@ -38,6 +36,9 @@
# Shortcut style to use at the prompt. 'vi' or 'emacs'.
c.ZMQTerminalInteractiveShell.editing_mode = 'vi'

# Add shortcuts from 'emacs' insert mode to 'vi' insert mode.
c.ZMQInteractiveShell.emacs_bindings_in_vi_insert_mode = True

# Whether to include output from clients other than this one sharing the same
# kernel.
#
Expand Down

0 comments on commit 134817b

Please sign in to comment.