| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/lib/python3/dist-packages/IPython/core/magics/__pycache__/ |
Upload File : |
�
�@�c: � �v � d Z ddlmZmZmZmZmZmZ ddlm Z m
Z
mZ ddlm
Z
e
G d� de � � � � ZdS )z!Simple magics for display formats� )�display�
Javascript�Latex�SVG�HTML�Markdown)�Magics�magics_class�
cell_magic)�magic_argumentsc �� � e Zd ZdZed� � � Zed� � � Zed� � � Zed� � � Z e j � � e j
dddd �
� � ed� � � � � � � Zed� � � Zd
S )�
DisplayMagicsz�Magics for displaying various output types with literals
Defines javascript/latex/svg/html cell magics for writing
blocks in those languages, to be rendered in the frontend.
c �2 � | � ||� � dS )a Run the cell block of Javascript code
Alias of `%%javascript`
Starting with IPython 8.0 %%javascript is pending deprecation to be replaced
by a more flexible system
Please See https://github.com/ipython/ipython/issues/13376
N)�
javascript��self�line�cells �=/usr/lib/python3/dist-packages/IPython/core/magics/display.py�jszDisplayMagics.js"