Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Notes for contributing

Plotting

We still need to improve the plotting module.

To add a terminal to any page

.. raw:: html

  <div class="terminal-window">
    > pip install numpy
  </div>

To resize the terminal



.. raw:: html

  <div class="terminal-window" style="height:100px; width:300px;">
    > pip install numpy
  </div>