mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-06-27 16:10:24 +08:00
Merge pull request #1081 from yarikoptic/patch-1
minor typo: currently -> current
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Python Markdown
|
||||
===============
|
||||
|
||||
The **Python Markdown** extension allows displaying output produced by the currently kernel
|
||||
The **Python Markdown** extension allows displaying output produced by the current kernel
|
||||
in markdown cells. The extensions is basically agnostic to the kernel language, however most
|
||||
testing has been done using Python.
|
||||
|
||||
@@ -83,4 +83,4 @@ when converting the notebook to an output file format.
|
||||
Unfortunately, embedding in LaTeX is not supported currently, as computing expressions between the curly braces
|
||||
and rendering LaTeX equations is happening asynchronously, and it is difficult to handle this in a consistent way.
|
||||
Ideas or pull request to implement this functionality are welcome.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user