Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/IPython/core/magics/__pycache__/display.cpython-39.pyc
Ðазад
a o�h: � @ s\ d Z ddlmZmZmZmZmZmZ ddlm Z m Z mZ ddlm Z e G dd� de ��ZdS )z!Simple magics for display formats� )�display� Javascript�Latex�SVG�HTML�Markdown)�Magics�magics_class� cell_magic)�magic_argumentsc @ sr e Zd ZdZedd� �Zedd� �Zedd� �Zedd � �Ze � � e j d ddd d�edd� ���Zedd� �ZdS )� 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 C s | � ||� 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�cell� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/IPython/core/magics/display.py�js"