Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  JupyterUtil.gd   Sprache: unbekannt

 
Spracherkennung für: .gd vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#! @Chapter Jupyter Utility Functions
#! @Section Functions
#! @Description
#!   Jupyter printing
DeclareGlobalFunction("JUPYTER_print");

#! @Description
#!   This function is called when the user presses Tab in a code
#!   cell and produces a list of possible completions. It is passed the
#!   current code in the cell, and the curser position inside the code.
#!
DeclareGlobalFunction("JUPYTER_Complete");

#! @Description
#!   This function is called when the user presses Shift-Tab in a code
#!   cell. It tries to extract some documentation to display for brief
#!   inspection, and the full documentation for full inspection.
#!
#!   If it detects an object under the cursor it returns a list of
#!   known filters and attributes of that object. 

DeclareGlobalFunction("JUPYTER_Inspect");

#! @Section Additional Utility Functions
#!
#! @Description
#!   Current date and time as ISO8601 timestamp.
#!   Don't trust this function.
DeclareGlobalFunction("ISO8601Stamp");


[Dauer der Verarbeitung: 0.26 Sekunden, vorverarbeitet 2026-06-17]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=492969
#Domains=607362