Importable Modules

Importable Modules#

  • Linear Solver

from tools3nm4.module  import LinearSystemSolverPlotly

LinearSystemSolverPlotly()
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In[1], line 1
----> 1 from tools3nm4.module  import LinearSystemSolverPlotly
      3 LinearSystemSolverPlotly()

ModuleNotFoundError: No module named 'tools3nm4'