Jupyter-Test
Worum geht es?
Dieses ist eine Testseite zu Jupyter lite (selbstgehostet).Jupyter lite verlinkt (ohne iframe)
Verschieden Varianten shareable link:Mit script zusammengebaute URL: retro lab
Link von webroot aus: retro lab
off topic: Nur ein Test für die Formatierung...:
$\begin{array}{lcl} m(x_0, x_0+h) & = & \quad\enspace\, \displaystyle{\frac{f(x_0+h) - f(x_0)}{h}} \\ \qquad\quad \downarrow h \rightarrow 0 & &\\ \qquad f'(x_0) & = & \lim\limits_{h \rightarrow 0}{\displaystyle{\frac{f(x_0+h) - f(x_0)}{h}}} \end{array}$
Mermaid !
sequenceDiagram participant Alice participant Bob Alice->>John: Hello John, how are you? loop HealthCheck John->>John: Fight against hypochondria end Note right of John: Rational thoughts
prevail! John-->>Alice: Great! John->>Bob: How about you? Bob-->>John: Jolly good!
classDiagram Class01 <|-- AveryLongClass : Cool Class03 *-- Class04 Class05 o-- Class06 Class07 .. Class08 Class09 --> C2 : Where am i? Class09 --* C3 Class09 --|> Class07 Class07 : equals() Class07 : Object[] elementData Class01 : size() Class01 : int chimp Class01 : int gorilla Class08 <--> C2: Cool label
classDiagram class BankAccount BankAccount : +String owner BankAccount : +Bigdecimal balance BankAccount : +deposit(amount) BankAccount : +withdrawal(amount)
pie title What Voldemort doesn't have? "FRIENDS" : 2 "FAMILY" : 3 "NOSE" : 45
stateDiagram-v2 [*] --> Still Still --> [*] Still --> Moving Moving --> Still Moving --> Crash Crash --> [*]