added endos.py - the sweet nextgen install script
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
c.InteractiveShell.colors = "Linux"
|
||||
c.TerminalInteractiveShell.colors = "Linux"
|
||||
c.TerminalInteractiveShell.confirm_exit = False
|
||||
c.TerminalInteractiveShell.true_color = True
|
||||
c.TerminalInteractiveShell.editing_mode="vi"
|
||||
c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False
|
||||
@@ -0,0 +1 @@
|
||||
c.ZMQTerminalInteractiveShell.include_other_output = True
|
||||
@@ -0,0 +1,3 @@
|
||||
c.ServerApp.port = 9999
|
||||
c.ServerApp.root_dir = '.'
|
||||
c.ServerApp.ip = '0.0.0.0'
|
||||
@@ -0,0 +1,3 @@
|
||||
c.ConsoleWidget.include_other_output = True
|
||||
c.ConsoleWidget.font_family = 'Akkurat-Mono'
|
||||
c.JupyterWidget.syntax_style = 'one-dark'
|
||||
Reference in New Issue
Block a user