diff --git a/.jupyter/jupyter_qtconsole_config.py b/.jupyter/jupyter_qtconsole_config.py new file mode 100644 index 0000000..3bac660 --- /dev/null +++ b/.jupyter/jupyter_qtconsole_config.py @@ -0,0 +1,3 @@ +c.ConsoleWidget.font_size = 12 +c.JupyterWidget.syntax_style = 'inkpot' +c.ConsoleWidget.paging = 'vsplit'