Class ScriptImportMap

  • All Implemented Interfaces:
    kotlin.collections.Map , org.jetbrains.kotlinx.jupyter.api.Renderable

    
    public final class ScriptImportMap
     implements Map<String, String>, Renderable
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      DisplayResult render(Notebook notebook) Render to display result
      • Methods inherited from class kotlin.collections.Map

        containsKey, containsValue, forEach, get, getEntries, getKeys, getOrDefault, getSize, getValues, isEmpty
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • render

         DisplayResult render(Notebook notebook)

        Render to display result

        Parameters:
        notebook - Current notebook