added endos.py - the sweet nextgen install script

This commit is contained in:
Henrik Bakken
2025-10-27 15:31:39 +01:00
parent 823150aa43
commit 29a90d44d8
22 changed files with 758 additions and 7 deletions
+1
View File
@@ -0,0 +1 @@
c.ZMQTerminalInteractiveShell.include_other_output = True
+3
View File
@@ -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'