PyFoam.IPythonHelpers package
Submodules
- PyFoam.IPythonHelpers.Case module
CaseCase.__callCaseReport()Case.__dict__Case.__getObjectName()Case.__getStorageName()Case.__init__()Case.__module__Case.__weakref__Case.boundaryConditions()Case.decomposition()Case.dimensions()Case.distribution()Case.distributionInfo()Case.distributionSelector()Case.internalField()Case.linearSolvers()Case.longBoundaryConditions()Case.pathCase.pickledData()Case.pickledDataSelector()Case.pickledPlotSelector()Case.pickledPlots()Case.processorMatrix()Case.regionsCase.relaxationFactors()Case.sampleField()Case.sampleInfo()Case.sampleSelector()Case.sampleTime()Case.size()Case.solCase.timeline()Case.timelineInfo()Case.timelineSelector()
- PyFoam.IPythonHelpers.Notebook module
CellNotebookNotebook.__addCell()Notebook.__dict__Notebook.__init__()Notebook.__iter__()Notebook.__len__()Notebook.__module__Notebook.__weakref__Notebook._cells()Notebook.addCode()Notebook.addHeading()Notebook.addMarkdown()Notebook.addRaw()Notebook.nameNotebook.pyFoamMetaData()Notebook.rawNotebook.reset()Notebook.writeToFile()
- PyFoam.IPythonHelpers.PermanentStorage module
PermanentStoragePermanentStorage.__call__()PermanentStorage.__contains__()PermanentStorage.__delitem__()PermanentStorage.__dict__PermanentStorage.__getattr__()PermanentStorage.__getitem__()PermanentStorage.__init__()PermanentStorage.__instancePermanentStorage.__iter__()PermanentStorage.__module__PermanentStorage.__permanentStoragePermanentStorage.__permanentStorage.__call__()PermanentStorage.__permanentStorage.__contains__()PermanentStorage.__permanentStorage.__delitem__()PermanentStorage.__permanentStorage.__dict__PermanentStorage.__permanentStorage.__getitem__()PermanentStorage.__permanentStorage.__init__()PermanentStorage.__permanentStorage.__iter__()PermanentStorage.__permanentStorage.__module__PermanentStorage.__permanentStorage.__setitem__()PermanentStorage.__permanentStorage.__weakref__PermanentStorage.__permanentStorage._permanentStorage__displayModes()PermanentStorage.__permanentStorage._permanentStorage__outputHandlePermanentStorage.__permanentStorage._permanentStorage__storePathPermanentStorage.__permanentStorage.autoreadOff()PermanentStorage.__permanentStorage.autoreadOn()PermanentStorage.__permanentStorage.autowriteOff()PermanentStorage.__permanentStorage.autowriteOn()PermanentStorage.__permanentStorage.iterkeys()PermanentStorage.__permanentStorage.keys()
PermanentStorage.__setattr__()PermanentStorage.__setitem__()PermanentStorage.__weakref__PermanentStorage._data
Module contents
IPython
Classes that help interacting with IPython
- PyFoam.IPythonHelpers.create_code_cell(code='', where='below')[source]
Create a code cell in the IPython Notebook.
Found at https://github.com/ipython/ipython/issues/4983
Parameters code: unicode
Code to fill the new code cell with.
- where: unicode
Where to add the new code cell. Possible values include:
at_bottom above below