Index of /repls

 NameLast modifiedSizeDescription

 Parent Directory  -  
[   ]10 repls.html2022-11-04 18:04 3.4K<py-script>
[   ]5 repls.html2022-11-04 18:05 1.0K<py-script>
[   ]footer.html2022-11-07 14:49 2.0K<py-script>
[   ]header.html2022-11-05 17:58 533 <py-script>
 icons/2022-11-05 15:11 -  
[   ]networkx repl.html2022-11-04 18:05 1.8K<py-script>
[   ]plot.html2022-11-04 18:05 2.2K<py-script>
[   ]pyml system dynamics modeling demonstrations.html2022-11-04 18:05 6.5K<py-script>
[   ]pyscript battle simulator.html2022-11-04 18:06 3.3K<py-script>
[   ]pyscript pysd pyml battle simulator.html2022-11-04 18:35 3.8K<py-script>
[   ]rayleigh curve.html2022-11-04 18:06 3.0K<py-script>
[   ]show_time.html2022-11-05 14:19 1.0K<py-script>
 simple_form3.py2023-10-23 17:06 7.3K 
 simple_form4.py2023-10-23 17:10 8.5K 
[   ]teacup heat transfer.html2022-11-04 18:06 3.9K<py-script>

  # https://httpd.apache.org/docs/2.2/mod/mod_autoindex.html#indexoptions.suppresshtmlpreamble
  Options +Indexes
  IndexOptions FancyIndexing HTMLTable NameWidth=* IconWidth=20 SuppressHTMLPreamble
  HeaderName header.html
  ReadmeName footer.html
  AddIcon icons/html_file.png .html
  AddDescription "<py-script>" .html
pyscript.write('output', '') def print1(*args): print_string = '' for arg in args: num_leading_spaces = len(str(arg)) - len(str(arg).lstrip()) new_string = '⠀'*num_leading_spaces + str(arg) print_string = print_string+' '+new_string pyscript.write('output', print_string, append=True) x = 100; y =200 if (x < y): print('yay') # html entity for i in range(10): print(f'{i*i: 6.1f}', 'tt', i, 3.14)
  id='2'
  auto-generate='false' makes it auto-generate!- don't use
  output-mode='replace'
std-out='output2'
std-out='output3' output-mode='append'
# id='3' std-out='output3' output-mode='append'